FHIR IG analytics| Package | sk.registry.core.r5 |
| Resource Type | Observation |
| Id | Observation-SpecificFindingObservationExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation SpecificFindingObservationExample
status: Final
code: Atrial fibrillation (disorder)
subject: Anonymous Patient (no stated gender), DoB Unknown
value: Detected
{
"resourceType": "Observation",
"id": "SpecificFindingObservationExample",
"meta": {
"profile": [
"http://testSK.org/StructureDefinition/specific-finding-observation-profile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49436004",
"display": "Atrial fibrillation (disorder)"
}
]
},
"subject": {
"reference": "Patient/example-patient"
},
"encounter": {
"reference": "Encounter/StrokeEncounterExample"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://testSK.org/CodeSystem/afib-flutter-status-cs",
"code": "detected",
"display": "Detected"
}
]
}
}