FHIR IG analytics| Package | hl7.fhir.uv.ips.r4b |
| Resource Type | Observation |
| Id | Observation-tobacco-use-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation tobacco-use-example
status: Final
code: Tobacco smoking status
subject: Martha DeLarosa Female, DoB: 1992-05-01 ( urn:oid:2.16.840.1.113883.2.4.6.3#574687583)
effective: 2019-07-15
performer: Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)
value: Former smoker
{
"resourceType": "Observation",
"id": "tobacco-use-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-tobaccouse-uv-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72166-2",
"display": "Tobacco smoking status"
}
]
},
"subject": {
"reference": "Patient/patient-example-female"
},
"effectiveDateTime": "2019-07-15",
"performer": [
{
"reference": "Patient/eumfh-39-07"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA15920-4",
"display": "Former smoker"
}
]
}
}