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

FHIR IG analytics

Packagehl7.fhir.uv.lab-report.r4
Resource TypeObservation
IdObservation-obs-gram-stain.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation obs-gram-stain

status: Final

category: Laboratory

code: Gram Stain

subject: František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))

effective: 2022-10-25 13:35:00+0100

performer: MUDr. Aleš Procházka

hasMember:


Source1

{
  "resourceType": "Observation",
  "id": "obs-gram-stain",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/lab-report/StructureDefinition/Observation-resultslab-uv-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "text": "Gram Stain"
  },
  "subject": {
    "reference": "Patient/pat-lab-example"
  },
  "effectiveDateTime": "2022-10-25T13:35:00+01:00",
  "performer": [
    {
      "display": "MUDr. Aleš Procházka"
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/obs-wbc"
    },
    {
      "reference": "Observation/obs-gs-org1"
    }
  ]
}