Package | phis.ig.dev |
Resource Type | StructureDefinition |
Id | connectdtx-patient |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://connectdtx.kr/fhir/StructureDefinition/connectdtx-patient |
URL | http://connectdtx.kr/fhir/StructureDefinition/connectdtx-patient |
Version | 0.9.9 |
Status | active |
Date | 2023-11-08T04:48:59.6873005+00:00 |
Name | ConnectDTxPatient |
Title | ConnectDTx Patient |
Description | ConnectDTx에서 환자를 표현하기 위한 Resource |
Type | Patient |
Kind | resource |
StructureDefinition | |
connectdtx-condition | ConnectDTx Condition |
connectdtx-encounter | ConnectDTx Encounter |
connectdtx-medicationrequest | ConnectDTx MedicationRequest |
connectdtx-observation | ConnectDTx Observation |
connectdtx-result-observation | ConnectDTx Result Observation |
connectdtx-result-report | ConnectDTx Result Report |
connectdtx-servicerequest | ConnectDTx ServiceRequest |
connectdtx-vitalsigns-observation | ConnectDTx Vital Signs Observation |
No resources found
Note: links and images are rebased to the (stated) source
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Patient | Information about an individual or animal receiving health care services | |
![]() ![]() ![]() | 1..* | Identifier | An identifier for this patient Slice: Ordered, Open At End by value:type.coding | |
![]() ![]() ![]() ![]() | 1..1 | Identifier | 요양기관내의 환자번호 | |
![]() ![]() ![]() ![]() ![]() | ||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: As shown (Medical record number) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: MR | |
![]() ![]() ![]() ![]() ![]() | 1..1 | uri | 요양기관식별자 Example General: urn:oid:1.2.3.4.5.6 | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | 환자번호 | |
![]() ![]() ![]() | 1..1 | HumanName | 환자이름 | |
![]() ![]() ![]() ![]() | 1..1 | string | 환자이름 텍스트 | |
![]() ![]() ![]() | 1..* | ContactPoint | A contact detail for the individual Slice: Unordered, Open by value:system | |
![]() ![]() ![]() ![]() | 1..1 | ContactPoint | A contact detail for the individual | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | phone | fax | email | pager | url | sms | other Fixed Value: phone | |
![]() ![]() ![]() ![]() ![]() | 0..1 | string | 환자 휴대전화번호 | |
![]() ![]() ![]() | 1..1 | code | male | female | other | unknown | |
![]() ![]() ![]() | 1..1 | date | The date of birth for the individual | |
{ "resourceType": "StructureDefinition", "id": "connectdtx-patient", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-patient", "version": "0.9.9", "name": "ConnectDTxPatient", "title": "ConnectDTx Patient", "status": "active", "date": "2023-11-08T04:48:59.6873005+00:00", "publisher": "PHI DIGITAL HEALTHCARE,inc", "contact": [ { "name": "PHI DIGITAL HEALTHCARE,inc", "telecom": [ { "system": "url", "value": "http://www.phidigital.co.kr" } ] }, { "name": "김태정", "telecom": [ { "system": "email", "value": "kimtj80@phidigital.co.kr", "use": "work" } ] } ], "description": "ConnectDTx에서 환자를 표현하기 위한 Resource", "fhirVersion": "4.0.1", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "cda", "uri": "http://hl7.org/v3/cda", "name": "CDA (R2)" }, { "identity": "w5", "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping" }, { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping" }, { "identity": "loinc", "uri": "http://loinc.org", "name": "LOINC code for the element" } ], "kind": "resource", "abstract": false, "type": "Patient", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient", "derivation": "constraint", "differential": { "element": [ { "id": "Patient.identifier", "path": "Patient.identifier", "slicing": { "discriminator": [ { "type": "value", "path": "type.coding" } ], "ordered": true, "rules": "openAtEnd" }, "min": 1 }, { "id": "Patient.identifier:PatientNumber", "path": "Patient.identifier", "sliceName": "PatientNumber", "short": "요양기관내의 환자번호", "min": 1, "max": "1" }, { "id": "Patient.identifier:PatientNumber.type.coding", "path": "Patient.identifier.type.coding", "min": 1, "fixedCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR" } }, { "id": "Patient.identifier:PatientNumber.system", "path": "Patient.identifier.system", "short": "요양기관식별자", "definition": "진료정보공유에서 발행한 oid", "min": 1, "example": [ { "label": "General", "valueUri": "urn:oid:1.2.3.4.5.6" } ] }, { "id": "Patient.identifier:PatientNumber.value", "path": "Patient.identifier.value", "short": "환자번호", "min": 1 }, { "id": "Patient.name", "path": "Patient.name", "short": "환자이름", "min": 1, "max": "1" }, { "id": "Patient.name.text", "path": "Patient.name.text", "short": "환자이름 텍스트", "min": 1 }, { "id": "Patient.telecom", "path": "Patient.telecom", "slicing": { "discriminator": [ { "type": "value", "path": "system" } ], "ordered": false, "rules": "open" }, "min": 1 }, { "id": "Patient.telecom:Phone", "path": "Patient.telecom", "sliceName": "Phone", "min": 1, "max": "1" }, { "id": "Patient.telecom:Phone.system", "path": "Patient.telecom.system", "min": 1, "fixedCode": "phone" }, { "id": "Patient.telecom:Phone.value", "path": "Patient.telecom.value", "short": "환자 휴대전화번호" }, { "id": "Patient.gender", "path": "Patient.gender", "min": 1 }, { "id": "Patient.birthDate", "path": "Patient.birthDate", "min": 1 } ] } }