{ "description": "FHIR Body Weight Profile - Copied FHIR Vital Sign Profile to remove .component.value quantity type constrain. More information can be found in GForge ticket #13796 or in the FHIR zulip chat https://chat.fhir.org/#narrow/stream/implementers/subject/Vital.20signs.20supporting.20observations.", "_filename": "VitalSignsBodyWeight.json", "package_name": "PGO.02", "date": "2018-07-12", "derivation": "constraint", "publisher": "Health Level Seven International (Orders and Observations Workgroup)", "fhirVersion": "3.0.1", "name": "Vital Signs BodyWeight", "mapping": [ { "uri": "https://zibs.nl/wiki/BodyWeight-v3.1(2017EN)", "name": "HCIM BodyWeight-v3.1(2017EN)", "identity": "hcim-bodyweight-v3.1-2017EN" } ], "abstract": false, "copyright": "CC0", "type": "Observation", "experimental": "false", "resourceType": "StructureDefinition", "title": "VitalSigns BodyWeight", "package_version": "1.02.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", "valueMarkdown": "####Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'29463-7'**\r - Other additional codes are allowed - e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r2. `Observation.valueQuantity.code` = **'kg', 'g', or '[lb_av]'**" } ], "status": "active", "id": "a697e6cf-cc69-40d7-95da-3b9b0f705c49", "kind": "resource", "url": "http://nictiz.nl/fhir/StructureDefinition/bodyweight", "version": "2.0", "differential": { "element": [ { "id": "Observation", "path": "Observation", "alias": [ "FHIR Lichaamsgewicht-profiel" ], "short": "FHIR Body Weight Profile", "mapping": [ { "map": "NL-CM:12.1.1", "identity": "hcim-bodyweight-v3.1-2017EN" } ], "definition": "This profile defines how to represent body weight observations in FHIR using a standard LOINC code and UCUM units of measure." }, { "id": "Observation.code", "path": "Observation.code", "alias": [ "Lichaamsgewicht" ], "short": "Body Weight", "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", "definition": "Body Weight." }, { "id": "Observation.code.coding", "path": "Observation.code.coding", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "code", "type": "value" } ] } }, { "id": "Observation.code.coding:bodyweightcode", "path": "Observation.code.coding", "sliceName": "bodyWeightCode" }, { "id": "Observation.code.coding:bodyweightcode.system", "path": "Observation.code.coding.system", "type": [ { "code": "uri" } ], "fixedUri": "http://loinc.org" }, { "id": "Observation.code.coding:bodyweightcode.code", "path": "Observation.code.coding.code", "type": [ { "code": "code" } ], "fixedCode": "29463-7" }, { "id": "Observation.valueQuantity", "path": "Observation.valueQuantity" }, { "id": "Observation.valueQuantity.code", "path": "Observation.valueQuantity.code", "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "BodyWeightUnits" } ], "description": "Common UCUM units for Body Weight", "valueSetReference": { "display": "Body Weight Units", "reference": "http://hl7.org/fhir/ValueSet/ucum-bodyweight" } } } ] }, "contact": [ { "name": "Nictiz", "telecom": [ { "use": "work", "value": "info@nictiz.nl", "system": "email" } ] } ], "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns" }