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

FHIR IG analytics

Packageil.laniado.fhir.r4
Resource TypeObservation
IdObservation-obs-blood-type-01.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": "obs-blood-type-01",
  "meta": {
    "source": "http://emr.laniado.org.il",
    "profile": [
      "http://fhir.laniado.org.il/StructureDefinition/blood-type"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.laniado.org.il/Identifier/blood-type",
      "value": "BT-202300015-01"
    }
  ],
  "performer": [
    {
      "reference": "Practitioner/LaniadoPractitionerExample"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "165743006",
        "display": "Blood group AB (finding)"
      }
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "882-1",
        "system": "http://loinc.org",
        "display": "ABO and Rh group [Type] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/LaniadoPatientExample"
  },
  "encounter": {
    "reference": "Encounter/enc-adm-01"
  },
  "effectiveDateTime": "2024-01-15T10:00:00+02:00"
}