FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Observation |
| Id | Observation-mni-obs-annotation-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation mni-obs-annotation-example2
status: Final
category: General
code: Annotation comment [Interpretation] Narrative
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
value: The patient is afraid of the hospital
{
"resourceType": "Observation",
"id": "mni-obs-annotation-example2",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-obs-annotation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"text": "General"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "48767-8",
"display": "Annotation comment [Interpretation] Narrative"
}
]
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"valueString": "The patient is afraid of the hospital"
}