FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Observation |
| Id | Observation-norelevantfinding-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation norelevantfinding-example0
Profile: AU Assertion of No Relevant Finding
status: Final
code: Assertion
effective: 2018-10-23
performer: PractitionerRole General practitioner
value: No history of procedure
{
"resourceType": "Observation",
"id": "norelevantfinding-example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "ASSERTION",
"display": "Assertion"
}
]
},
"subject": {
"reference": "Patient/example0"
},
"effectiveDateTime": "2018-10-23",
"performer": [
{
"reference": "PractitionerRole/example3"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "416128008",
"display": "No H/O: procedure"
}
],
"text": "No history of procedure"
}
}