FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.mi.pkg
Resource TypeObservation
IdObservation-observation1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "observation1",
  "meta": {
    "profile": [
      "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-observation"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "249733009",
        "system": "http://snomed.info/sct",
        "display": "Large pelvic bone (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "valueQuantity": {
    "value": 0.887,
    "code": "g/cm-2",
    "system": "http://unitsofmeasure.org",
    "unit": "g/cm²"
  },
  "interpretation": [
    {
      "coding": [
        {
          "code": "1231182008",
          "system": "http://snomed.info/sct",
          "display": "Isolated osteopoikilosis (disorder)"
        }
      ]
    }
  ],
  "note": [
    {
      "id": "1",
      "text": "A rare primary bone dysplasia with characteristics of multiple small round to ovoid osteosclerotic foci with a predilection for the epiphyses and metaphyses of long tubular bones as well as the pelvis, scapula, carpal and tarsal bones. The condition is usually clinically silent and discovered only incidentally although some patients may experience mild articular pain with or without joint effusion. Bone strength is normal."
    }
  ]
}