FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Observation |
| Id | Observation-ClinicalVariableExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ClinicalVariableExample1
Profile: Clinical Variable
identifier: ProtectChildClinicalVariableId/CV0001
status: Final
category: Exam
code: Clinical information
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')
{
"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"
}
}
]
}