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

FHIR IG analytics

Packagehl7.fhir.us.mihr.r4b
Resource TypeObservation
IdObservation-observation-child-peter-doe-example.json
FHIR VersionR4B

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

Resource Observation "observation-child-peter-doe-example" Version "4" Updated "2022-03-15 20:15:26+0000"

Information Source: #EYwztJJ6KDht3D1P!

status: final

code: Bilirubin.total [Presence] in Urine (LOINC#1977-8)

subject: Patient/patient-child-peter-doe-example: Peter Doe " DOE"

effective: 2021-06-01

issued: Feb 21, 2021, 2:30:10 PM

value: Finding of bilirubin level (finding) (SNOMED CT#365786009)


Source1

{
  "resourceType": "Observation",
  "id": "observation-child-peter-doe-example",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2022-03-15T20:15:26.485+00:00",
    "source": "#EYwztJJ6KDht3D1P"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "1977-8",
        "display": "Bilirubin.total [Presence] in Urine"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-child-peter-doe-example",
    "display": "Peter Doe"
  },
  "effectiveDateTime": "2021-06-01",
  "issued": "2021-02-21T15:30:10+01:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "365786009",
        "display": "Finding of bilirubin level (finding)"
      }
    ]
  }
}