FHIR IG analytics| Package | test.fhir.onc.ctm |
| Resource Type | Observation |
| Id | Observation-pack-years-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "pack-years-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Social History"
}
],
"status": "final",
"code": {
"coding": [
{
"code": "401201003",
"system": "http://snomed.info/sct",
"display": "Cigarette pack-years (observable entity)"
}
],
"text": "Cigarette pack-years"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2016-03-18T05:27:04+00:00",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"valueQuantity": {
"value": 26,
"code": "{pack-years}",
"system": "http://unitsofmeasure.org",
"unit": "pack-years"
}
}