FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.seltene |
| Resource Type | Encounter |
| Id | Encounter-encounter-nachsorge-001.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "encounter-nachsorge-001",
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "390906007",
"display": "Follow-up encounter"
}
]
}
],
"subject": {
"reference": "Patient/patient-sma-001"
},
"period": {
"start": "2024-08-12",
"end": "2024-08-12"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/condition-sma-genetic"
}
}
]
}