FHIR IG analytics| Package | hl7.eu.fhir.idea4rc |
| Resource Type | Observation |
| Id | Observation-observation-id-31.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-id-31
Profile: Observation: test results
status: Final
code: Dimension of Tumor
subject: Anonymous Patient Male, DoB: 1968-01-01
value: 2.5 centimeter (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "observation-id-31",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/observation-testResult-eu-i4rc"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://fhir.ohdsi.org/CodeSystem/concepts",
"code": "36768664",
"display": "Dimension of Tumor"
}
]
},
"subject": {
"reference": "Patient/patient-id-17"
},
"valueQuantity": {
"value": 2.5,
"unit": "centimeter",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}