Package | nictiz.fhir.nl.stu3.zib2017 |
Resource Type | StructureDefinition |
Id | bodyheight |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.0&canonical=http://nictiz.nl/fhir/StructureDefinition/bodyheight |
URL | http://nictiz.nl/fhir/StructureDefinition/bodyheight |
Version | 1.0.4 |
Status | active |
Name | Vital Signs BodyHeight |
Title | VitalSigns BodyHeight |
Realm | nl |
Authority | hl7 |
Description | FHIR Body Height Profile - Copied FHIR Vital Sign Profile to remove .component.value Quantity type constraint. 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. |
Copyright | CC0 |
Type | Observation |
Kind | resource |
No resources found
StructureDefinition | |
zib-VitalSigns | VitalSigns |
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "bodyheight", "url": "http://nictiz.nl/fhir/StructureDefinition/bodyheight", "version": "1.0.4", "name": "Vital Signs BodyHeight", "title": "VitalSigns BodyHeight", "status": "active", "publisher": "Nictiz", "contact": [ { "name": "Nictiz", "telecom": [ { "system": "url", "value": "https://www.nictiz.nl", "use": "work" } ] } ], "description": "FHIR Body Height Profile - Copied FHIR Vital Sign Profile to remove .component.value Quantity type constraint. 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.", "copyright": "CC0", "fhirVersion": "3.0.2", "kind": "resource", "abstract": false, "type": "Observation", "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns", "derivation": "constraint", "differential": { "element": [ { "id": "Observation", "path": "Observation", "short": "FHIR Body Height Profile", "definition": "This profile defines how to represent Body Height observations in FHIR using a standard LOINC code and UCUM units of measure.", "alias": [ "FHIR Lichaamslengte-profiel" ] }, { "id": "Observation.code", "path": "Observation.code", "short": "Body Height", "definition": "Body Height.", "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.", "alias": [ "Lichaamslengte" ] }, { "id": "Observation.code.coding", "path": "Observation.code.coding", "slicing": { "discriminator": [ { "type": "value", "path": "system" }, { "type": "value", "path": "code" } ], "ordered": false, "rules": "open" }, "min": 1 }, { "id": "Observation.code.coding:BodyHeightCode", "path": "Observation.code.coding", "sliceName": "BodyHeightCode", "min": 1, "max": "1" }, { "id": "Observation.code.coding:BodyHeightCode.system", "path": "Observation.code.coding.system", "min": 1, "fixedUri": "http://loinc.org" }, { "id": "Observation.code.coding:BodyHeightCode.code", "path": "Observation.code.coding.code", "min": 1, "fixedCode": "8302-2" }, { "id": "Observation.code.coding:BodyHeightCode.display", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "path": "Observation.code.coding.display", "defaultValueString": "Body height" }, { "id": "Observation.valueQuantity:valueQuantity.code", "path": "Observation.valueQuantity.code", "binding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "BodyLengthUnits" } ], "strength": "required", "description": "Common UCUM units for Body Length measures such as Body Height and Head Circumference", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ucum-bodylength", "display": "Body Height Units" } } } ] } }