FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | Encounter |
| Id | Encounter-EncounterTCMCR-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
識別碼型別:Serial Number ( Identifier Type Codes#SNO
掛號序號:0035
就醫分類:ambulatory ( ActEncounterCode#AMB)
就醫現況:Finished ( EncounterStatus#finished)
看診科別:中醫科 ( 臺灣健保署就醫科別#60)
掛號(報到)時間:2010-10-10 17:30:00-0500
就醫身份[extension: medicalidentity]:健保
病人:Patient/PatientTCMCR-min "陳美真"
看診醫師身分證字號: Practitioner/PractitionerClinEMR-min "A135792648"
看診醫師姓名: Practitioner/PractitionerClinEMR-min "張正原"
{
"resourceType": "Encounter",
"id": "EncounterTCMCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/encounter-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-medicalidentity",
"valueCodeableConcept": {
"text": "健保"
}
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SNO"
}
]
},
"system": "http://fhir.cohesiondata.com/identifiers/encounter",
"value": "0035"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"serviceType": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw",
"code": "60",
"display": "中醫科"
}
]
},
"subject": {
"reference": "Patient/PatientTCMCR-min"
},
"participant": [
{
"individual": {
"reference": "Practitioner/PractitionerClinEMR-pro"
}
}
],
"period": {
"start": "2010-10-10T17:30:00-05:00"
}
}