FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | Observation |
| Id | Observation-BESTPatientAgeGroup.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "BESTPatientAgeGroup"
status: final
code: Age group (LOINC#46251-5)
subject: Patient/BESTPatient " CM"
value: Adult (unknown#5)
{
"resourceType": "Observation",
"id": "BESTPatientAgeGroup",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patientagegroup"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "46251-5",
"display": "Age group"
}
]
},
"subject": {
"reference": "Patient/BESTPatient"
},
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.9",
"code": "5",
"display": "Adult"
}
]
}
}