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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeObservation
IdObservation-ClinicalVariableExample1.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 ClinicalVariableExample1

identifier: ProtectChildClinicalVariableId/CV0001

status: Final

category: Exam

code: Clinical information

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

encounter: Encounter: identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit#V000001; status = finished; class = ambulatory (ActCode#AMB); type = 1 month visit; period = 2023-09-15 --> (ongoing)

note:

Patient reports intermittent fatigue.

component

code: Concomitant disease

value: Hypertension

component

code: Body weight

value: 32.5 kg (Details: UCUM codekg = 'kg')

component

code: Body height

value: 128 cm (Details: UCUM codecm = 'cm')

component

code: Urine output 24 hour

value: 1200 ml/day (Details: UCUM codemL/d = 'mL/d')


Source1

{
  "resourceType": "Observation",
  "id": "ClinicalVariableExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id",
      "value": "CV0001"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "55752-0",
        "display": "Clinical information"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "encounter": {
    "reference": "Encounter/VisitExample1"
  },
  "note": [
    {
      "text": "Patient reports intermittent fatigue."
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-variable-component-cs",
            "code": "concomitant-disease",
            "display": "Concomitant disease"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-disease-category",
            "code": "hypertension",
            "display": "Hypertension"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29463-7",
            "display": "Body weight"
          }
        ]
      },
      "valueQuantity": {
        "value": 32.5,
        "unit": "kg",
        "system": "http://unitsofmeasure.org",
        "code": "kg"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8302-2",
            "display": "Body height"
          }
        ]
      },
      "valueQuantity": {
        "value": 128,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9192-6",
            "display": "Urine output 24 hour"
          }
        ]
      },
      "valueQuantity": {
        "value": 1200,
        "unit": "ml/day",
        "system": "http://unitsofmeasure.org",
        "code": "mL/d"
      }
    }
  ]
}