| Package | phis.ig.dev |
| Resource Type | StructureDefinition |
| Id | connectdtx-servicerequest |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://connectdtx.kr/fhir/StructureDefinition/connectdtx-servicerequest |
| URL | http://connectdtx.kr/fhir/StructureDefinition/connectdtx-servicerequest |
| Version | 0.9.9 |
| Status | active |
| Date | 2023-11-08T04:48:59.6873005+00:00 |
| Name | ConnectDTxServiceRequest |
| Title | ConnectDTx ServiceRequest |
| Description | ConnectDTx에서 DTx 처방을 표현하기 위한 Resource |
| Type | ServiceRequest |
| Kind | resource |
| StructureDefinition | |
| connectdtx-observation | ConnectDTx Observation |
| connectdtx-result-observation | ConnectDTx Result Observation |
| connectdtx-result-report | ConnectDTx Result Report |
| StructureDefinition | |
| connectdtx-encounter | ConnectDTx Encounter |
| connectdtx-patient | ConnectDTx Patient |
| connectdtx-practitionerrole | ConnectDTx PractitionerRole |
| ValueSet | |
| connectdtx-dtx-code | ConnectDTx DTx Code |
Note: links and images are rebased to the (stated) source
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | ServiceRequest | A request for a service to be performed | |
![]() ![]() | 1..1 | Identifier | 의료기관 처방코드 | |
![]() ![]() ![]() | 1..1 | uri | 의료기관의 요양기관번호 Example General: urn:oid:1.2.3.4.5.6 | |
![]() ![]() ![]() | 1..1 | string | 의료기관의 처방일련번호 | |
![]() ![]() | 1..1 | code | 처방의 상태 : active | revoked | completed + | |
![]() ![]() | 1..1 | code | 서비스의 의미 Fixed Value: order | |
![]() ![]() | 0..1 | boolean | 서비스 중지 여부 (처방 D/C시 사용) | |
![]() ![]() | 1..1 | CodeableConcept | EDI코드 Binding: ConnectDTx DTx Code (preferred) | |
![]() ![]() ![]() | 1..1 | Coding | Code defined by a terminology system | |
![]() ![]() ![]() ![]() | 1..1 | uri | EDI 코드체계 식별자 혹은 의료기관 식별자 Example EDI 코드체계 식별자: https://hira.or.kr/CodeSystem/diagnostic-behavior (미정) Example 의료기관 식별자: urn:oid:1.2.3.4.5.6 | |
![]() ![]() ![]() ![]() | 1..1 | code | DTx EDI코드 혹은 DTx플랫폼에 등록된 의료기관의 DTx 로컬 처방 코드 | |
![]() ![]() | 1..1 | Reference(ConnectDTx Patient) | DTx처방의 대상 | |
![]() ![]() | 1..1 | Reference(ConnectDTx Encounter) | DTx처방 관련 내원 정보 | |
![]() ![]() | 1..1 | dateTime | 처방발행시점 | |
![]() ![]() | 0..1 | Reference(ConnectDTx PractitionerRole) | 처방자 | |
{
"resourceType": "StructureDefinition",
"id": "connectdtx-servicerequest",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-servicerequest",
"version": "0.9.9",
"name": "ConnectDTxServiceRequest",
"title": "ConnectDTx ServiceRequest",
"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에서 DTx 처방을 표현하기 위한 Resource",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "quick",
"uri": "http://siframework.org/cqf",
"name": "Quality Improvement and Clinical Knowledge (QUICK)"
}
],
"kind": "resource",
"abstract": false,
"type": "ServiceRequest",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "ServiceRequest.identifier",
"path": "ServiceRequest.identifier",
"short": "의료기관 처방코드",
"min": 1,
"max": "1"
},
{
"id": "ServiceRequest.identifier.system",
"path": "ServiceRequest.identifier.system",
"short": "의료기관의 요양기관번호",
"min": 1,
"example": [
{
"label": "General",
"valueUri": "urn:oid:1.2.3.4.5.6"
}
]
},
{
"id": "ServiceRequest.identifier.value",
"path": "ServiceRequest.identifier.value",
"short": "의료기관의 처방일련번호",
"min": 1
},
{
"id": "ServiceRequest.status",
"path": "ServiceRequest.status",
"short": "처방의 상태 : active | revoked | completed +"
},
{
"id": "ServiceRequest.intent",
"path": "ServiceRequest.intent",
"short": "서비스의 의미",
"fixedCode": "order"
},
{
"id": "ServiceRequest.doNotPerform",
"path": "ServiceRequest.doNotPerform",
"short": "서비스 중지 여부 (처방 D/C시 사용)"
},
{
"id": "ServiceRequest.code",
"path": "ServiceRequest.code",
"short": "EDI코드",
"min": 1,
"binding": {
"strength": "preferred",
"valueSet": "http://connectdtx.kr/fhir/ValueSet/connectdtx-dtx-code"
}
},
{
"id": "ServiceRequest.code.coding",
"path": "ServiceRequest.code.coding",
"min": 1,
"max": "1"
},
{
"id": "ServiceRequest.code.coding.system",
"path": "ServiceRequest.code.coding.system",
"short": "EDI 코드체계 식별자 혹은 의료기관 식별자",
"min": 1,
"example": [
{
"label": "EDI 코드체계 식별자",
"valueUri": "https://hira.or.kr/CodeSystem/diagnostic-behavior (미정)"
},
{
"label": "의료기관 식별자",
"valueUri": "urn:oid:1.2.3.4.5.6"
}
]
},
{
"id": "ServiceRequest.code.coding.code",
"path": "ServiceRequest.code.coding.code",
"short": "DTx EDI코드 혹은 DTx플랫폼에 등록된 의료기관의 DTx 로컬 처방 코드",
"min": 1
},
{
"id": "ServiceRequest.subject",
"path": "ServiceRequest.subject",
"short": "DTx처방의 대상",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://connectdtx.kr/fhir/StructureDefinition/connectdtx-patient"
]
}
]
},
{
"id": "ServiceRequest.encounter",
"path": "ServiceRequest.encounter",
"short": "DTx처방 관련 내원 정보",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://connectdtx.kr/fhir/StructureDefinition/connectdtx-encounter"
]
}
]
},
{
"id": "ServiceRequest.authoredOn",
"path": "ServiceRequest.authoredOn",
"short": "처방발행시점",
"min": 1
},
{
"id": "ServiceRequest.requester",
"path": "ServiceRequest.requester",
"short": "처방자",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://connectdtx.kr/fhir/StructureDefinition/connectdtx-practitionerrole"
]
}
]
}
]
}
}