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

FHIR IG analytics

Packagepc.ig
Resource TypeObservation
IdObservation-ExampleLiverDx1.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 ExampleLiverDx1

status: Final

code: Diagnosis

subject: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

effective: 2020-03-01

value: Unspecified cirrhosis of liver

note:

Extra details about the diagnosis (free text).

bodySite: Liver


Source1

{
  "resourceType": "Observation",
  "id": "ExampleLiverDx1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-liver-disease-diagnosis-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29308-4",
        "display": "Diagnosis"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "effectiveDateTime": "2020-03-01",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/icd-10",
        "code": "K74.60",
        "display": "Unspecified cirrhosis of liver"
      }
    ]
  },
  "note": [
    {
      "text": "Extra details about the diagnosis (free text)."
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA4584-4",
        "display": "Liver"
      }
    ]
  }
}