FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | Encounter |
| Id | Encounter-connectdtx-encounter-imp-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter
Resource Encounter "connectdtx-encounter-imp-example"
Profile: ConnectDTx Encounter
status: in-progress
class: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'null')
subject: Patient/connectdtx-patient-example ""
| - | Individual |
| * | PractitionerRole/connectdtx-practitionerrole-example |
period: 2000-01-01 00:00:00+0900 --> (ongoing)
serviceProvider: Organization/connectdtx-organization-example "파이종합병원"
{
"resourceType": "Encounter",
"id": "connectdtx-encounter-imp-example",
"meta": {
"profile": [
"http://connectdtx.kr/fhir/StructureDefinition/connectdtx-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP"
},
"subject": {
"reference": "Patient/connectdtx-patient-example"
},
"participant": [
{
"individual": {
"reference": "PractitionerRole/connectdtx-practitionerrole-example"
}
}
],
"period": {
"start": "2000-01-01T00:00:00+09:00"
},
"serviceProvider": {
"reference": "Organization/connectdtx-organization-example"
}
}