FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Observation |
| Id | Observation-ExampleDonorAgeObservation1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleDonorAgeObservation1
Profile: Patient Demographics Observation
status: Final
category: Survey
code: Patient demographics panel (age)
effective: 2025-01-01
component
code: Age
value: 25 years (Details: UCUM codea = 'a')
component
code: Patient age in months
value: 300 months (Details: UCUM codemo = 'mo')
{
"resourceType": "Observation",
"id": "ExampleDonorAgeObservation1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-demographics-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-observations-panel-cs",
"code": "patient-demographics-panel",
"display": "Patient demographics panel (age)"
}
]
},
"subject": {
"reference": "Patient/ExampleDonor1"
},
"effectiveDateTime": "2025-01-01",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "30525-0",
"display": "Age"
}
]
},
"valueQuantity": {
"value": 25,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
},
{
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-observations-panel-cs",
"code": "age-months",
"display": "Patient age in months"
}
]
},
"valueQuantity": {
"value": 300,
"unit": "months",
"system": "http://unitsofmeasure.org",
"code": "mo"
}
}
]
}