{
  "resourceType": "StructureDefinition",
  "id": "ncdhc-observation-symphyseal-fundal-height",
  "url": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-symphyseal-fundal-height",
  "version": "r1.0.0",
  "name": "NCDHCSymphysealFundalHeightObservationProfile",
  "title": "NCDHC Symphyseal-fundal height Observation",
  "status": "draft",
  "date": "2019-06-21",
  "publisher": "National Children's Digital Health Collaborative (NCDHC)",
  "description": "It is measured from the top uterus to the top of the pubic symphysis. Fundal height, expressed in centimeters",
  "purpose": "It is measured from the top uterus to the top of the pubic symphysis. Fundal height, expressed in centimeterslt",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "NCDHC Symphyseal-fundal height (SFH) Observation Profile"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Symphyseal-fundal height (SFH) code",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.code.coding:SFHSNOMED-CT",
        "path": "Observation.code.coding",
        "sliceName": "SFHSNOMED-CT",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "http://snomed.info/sct",
          "code": "249016007"
        }
      },
      {
        "id": "Observation.code.coding:SFHSNOMED-CT.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Reference to the Mother Patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-expectant-mother"
          }
        ]
      },
      {
        "id": "Observation.effectiveDateTime:effectiveDateTime",
        "path": "Observation.effectiveDateTime",
        "sliceName": "effectiveDateTime",
        "short": "Date when Symphyseal-fundal height (SFH) was assessed"
      },
      {
        "id": "Observation.value[x]:valueQuantity",
        "path": "Observation.valueQuantity",
        "sliceName": "valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]:valueQuantity.value",
        "path": "Observation.valueQuantity.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]:valueQuantity.unit",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.valueQuantity.unit",
        "min": 1,
        "fixedString": "cm",
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]:valueQuantity.system",
        "path": "Observation.valueQuantity.system",
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.value[x]:valueQuantity.code",
        "path": "Observation.valueQuantity.code",
        "fixedCode": "cm"
      }
    ]
  }
}