{
  "resourceType" : "Observation",
  "id" : "ClinicalVariableExample1",
  "meta" : {
    "profile" : ["https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ClinicalVariableExample1</b></p><a name=\"ClinicalVariableExample1\"> </a><a name=\"hcClinicalVariableExample1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-clinical-variable.html\">Clinical Variable</a></p></div><p><b>identifier</b>: <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id</code>/CV0001</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 55752-0}\">Clinical information</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientTransplant1.html\">Anonymous Patient Female, DoB Unknown ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)</a></p><p><b>encounter</b>: <a href=\"Encounter-VisitExample1.html\">Encounter: identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit#V000001; status = finished; class = ambulatory (v3 Code System ActCode#AMB); type = 1 month visit; period = 2023-09-15 --&gt; (ongoing)</a></p><p><b>note</b>: </p><blockquote><div><p>Patient reports intermittent fatigue.</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-variable-component concomitant-disease}\">Concomitant disease</span></p><p><b>value</b>: <span title=\"Codes:{https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-disease-category hypertension}\">Hypertension</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>value</b>: 32.5 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8302-2}\">Body height</span></p><p><b>value</b>: 128 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codecm = 'cm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9192-6}\">Urine output 24 hour</span></p><p><b>value</b>: 1200 ml/day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL/d = 'mL/d')</span></p></blockquote></div>"
  },
  "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",
        "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"
    }
  }]
}