FHIR IG analytics| Package | pc.ig |
| Resource Type | Basic |
| Id | Basic-clinical-variable-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Basic clinical-variable-example-1
Profile: Clinical Variable
Patient ID relationship: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)
Date: 2025-01-15
Weight: 72.5
Height: 175
Systolic blood pressure: 120
Diastolic blood pressure: 75
Heart rate: 68
Oxygen saturation: 98
Temperature: 37
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id/CV0001
code: Vital signs
{
"resourceType": "Basic",
"id": "clinical-variable-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-patient-ref",
"valueReference": {
"reference": "Patient/ExamplePatientTransplant1"
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-date",
"valueDate": "2025-01-15"
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-weight",
"valueDecimal": 72.5
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-height",
"valueDecimal": 175
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-systolic-blood-pressure",
"valueInteger": 120
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-diastolic-blood-pressure",
"valueInteger": 75
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-heart-rate",
"valueInteger": 68
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-oxygen-saturation",
"valueInteger": 98
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-temperature",
"valueInteger": 37
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id",
"value": "CV0001"
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-variable-type",
"code": "vitals",
"display": "Vital signs"
}
]
}
}