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

FHIR IG analytics

Packagehl7.fhir.uv.shc-vaccination
Resource TypeObservation
IdObservation-example-observation-covid-1c.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-covid-1c",
  "meta": {
    "security": [
      {
        "system": "https://smarthealth.cards/ial",
        "code": "IAL2"
      }
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "94558-4"
      }
    ]
  },
  "subject": {
    "reference": "resource:0"
  },
  "effectiveDateTime": "2021-02-17",
  "performer": [
    {
      "display": "ABC General Hospital"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "260373001"
      }
    ]
  }
}