FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Observation |
| Id | Observation-observation-masked.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-masked
status: Final
category: Masked
code: Masked
subject: Ronny Lawrence Irvine Male, DoB: ( DVA Number: QX827261)
effective: ?? --> (ongoing)
value:
{
"resourceType": "Observation",
"id": "observation-masked",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "masked"
}
]
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "masked"
}
]
},
"subject": {
"reference": "Patient/ronny-irvine"
},
"effectivePeriod": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
},
"valueQuantity": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
}
}