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

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeObservation
IdObservation-f206.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 f206

status: Final

code: Blood culture

subject: http://server.example.org/fhir/Patient/f201

effective: 2013-03-11 10:28:00+0100

issued: 2013-03-11 10:28:00+0100

performer: http://server.example.org/fhir/Practitioner/pract

value: Staphylococcus aureus

interpretation: Positive

method: Blood culture for bacteria, including anaerobic screen


Source1

{
  "resourceType": "Observation",
  "id": "f206",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://example.org/codes/foobar",
        "code": "104177",
        "display": "Blood culture"
      },
      {
        "system": "http://loinc.org",
        "code": "600-7",
        "display": "Bacteria identified in Blood by Culture"
      }
    ]
  },
  "subject": {
    "reference": "http://server.example.org/fhir/Patient/f201"
  },
  "effectiveDateTime": "2013-03-11T10:28:00+01:00",
  "issued": "2013-03-11T10:28:00+01:00",
  "performer": [
    {
      "reference": "http://server.example.org/fhir/Practitioner/pract"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "3092008",
        "display": "Staphylococcus aureus"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "POS"
        }
      ]
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "104177005",
        "display": "Blood culture for bacteria, including anaerobic screen"
      }
    ]
  }
}