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

FHIR IG analytics

Packageacme.canada.2023
Resource TypeObservation
IdObservation-1.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": "1",
  "meta": {
    "profile": [
      "https://fake-acme.org/fhir/ca/StructureDefinition/EaseOfRespiration"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "248546008"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "248549001",
        "display": "Labored breathing (finding)"
      }
    ]
  }
}