PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.1.3
    http://nictiz.nl/fhir/StructureDefinition/bodyheight
{
  "description": "FHIR Body Height 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": "vitalsigns-bodyheight.json",
  "package_name": "nictiz.fhir.nl.stu3.zib2017",
  "date": null,
  "derivation": "constraint",
  "publisher": "Nictiz",
  "fhirVersion": "3.0.1",
  "name": "Vital Signs BodyHeight",
  "abstract": false,
  "copyright": "CC0",
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "VitalSigns BodyHeight",
  "package_version": "1.1.3",
  "status": "active",
  "id": "bad451cf-241d-4d76-bf9a-bc52d9452813",
  "kind": "resource",
  "url": "http://nictiz.nl/fhir/StructureDefinition/bodyheight",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "alias": [ "FHIR Lichaamslengte-profiel" ],
      "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."
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "alias": [ "Lichaamslengte" ],
      "short": "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.",
      "definition": "Body Height."
    }, {
      "id": "Observation.code.coding",
      "path": "Observation.code.coding",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.code.coding:BodyHeightCode",
      "path": "Observation.code.coding",
      "sliceName": "BodyHeightCode"
    }, {
      "id": "Observation.code.coding:BodyHeightCode.system",
      "path": "Observation.code.coding.system",
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Observation.code.coding:BodyHeightCode.code",
      "path": "Observation.code.coding.code",
      "fixedCode": "8302-2"
    }, {
      "id": "Observation.valueQuantity:valueQuantity.code",
      "path": "Observation.valueQuantity.code",
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "BodyLengthUnits"
        } ],
        "description": "Common UCUM units for Body Length measures such as Body Height and Head Circumference",
        "valueSetReference": {
          "display": "Body Height Units",
          "reference": "http://hl7.org/fhir/ValueSet/ucum-bodylength"
        }
      }
    } ]
  },
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "info@nictiz.nl",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns"
}