FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeEncounter
IdEncounter-EncounterDCR-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

就醫相關內容

識別碼型別:Serial Number Identifier Type Codes#SNO
掛號序號:0035

就醫分類:ambulatory ( ActEncounterCode#AMB)

就醫現況:Finished ( EncounterStatus#finished)

看診科別:牙科 ( 臺灣健保署就醫科別#40)

掛號(報到)時間:2010-10-10 17:30:00-0500

就醫身份[extension: medicalidentity]:健保

病人Patient/PatientDCR-min "王童"

看診醫師身分證字號Practitioner/PractitionerClinEMR-min "A135792648"
看診醫師姓名Practitioner/PractitionerClinEMR-min "黃啟揚"


Source1

{
  "resourceType": "Encounter",
  "id": "EncounterDCR-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": "40",
        "display": "牙科"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientDCR-min"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/PractitionerClinEMR-min"
      }
    }
  ],
  "period": {
    "start": "2010-10-10T17:30:00-05:00"
  }
}