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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeObservation
IdObservation-example-observation-resultsradiology-ca-core.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": "example-observation-resultsradiology-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-resultsradiology-ca-core"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "imaging",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Imaging"
        }
      ]
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "301231005",
        "system": "http://snomed.info/sct",
        "display": "Finding of lung field (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-ca-core"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-ca-core"
  },
  "effectiveDateTime": "2024-03-27T09:00:00-07:00",
  "valueString": "Clear lungs with no evidence of pneumonia or effusion",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner-ca-core-2"
    }
  ]
}