{ "description": "FHIR Body Weight Profile - Copied FHIR Vital Sign Profile to remove .component.value quantity type constrain. More informatino 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": "bodyweight.json", "package_name": "nictiz.fhir.nl.stu3.zib2015", "date": "2016-03-25", "derivation": "constraint", "publisher": "Health Level Seven International (Orders and Observations Workgroup)", "fhirVersion": "3.0.1", "name": "Vital Signs Profile", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Mapping", "identity": "workflow" }, { "uri": "http://snomed.info/conceptdomain", "name": "SNOMED CT Concept Domain Binding", "identity": "sct-concept" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping", "identity": "w5" }, { "uri": "http://snomed.info/sct", "name": "SNOMED CT Attribute Binding", "identity": "sct-attr" } ], "abstract": false, "copyright": "CC0", "type": "Observation", "experimental": "false", "resourceType": "StructureDefinition", "title": "VitalSigns BodyWeight", "package_version": "1.0.0", "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": "retired", "id": "c1c3072c-81f8-4fd9-9f7b-f9d6f7fb0b2a", "kind": "resource", "url": "http://nictiz.nl/fhir/StructureDefinition/bodyweight", "version": "1.0", "differential": { "element": [ { "id": "Observation", "path": "Observation", "alias": [ "FHIR Lichaamsgewicht-profiel" ], "short": "FHIR Body Weight Profile", "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": { "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" }