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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeEncounter
IdEncounter-EncounterMCR-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)
掛號序號:0022

就醫分類:ambulatory ( ActEncounterCode#AMB)

就醫現況:Finished ( EncounterStatus#finished)

看診科別:皮膚科 ( 臺灣健保署就醫科別#11)

掛號(報到)時間:2011-01-20 14:40:00-0500

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

病人Patient/PatientMCR-min "張睿寧"

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


Source1

{
  "resourceType": "Encounter",
  "id": "EncounterMCR-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": "0022"
    }
  ],
  "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": "11",
        "display": "皮膚科"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientMCR-min"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/PractitionerClinEMR-min"
      }
    }
  ],
  "period": {
    "start": "2011-01-20T14:40:00-05:00"
  }
}