FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/connectdtx-servicerequest

Packagephis.ig.dev
Resource TypeStructureDefinition
Idconnectdtx-servicerequest
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://connectdtx.kr/fhir/StructureDefinition/connectdtx-servicerequest
URLhttp://connectdtx.kr/fhir/StructureDefinition/connectdtx-servicerequest
Version0.9.9
Statusactive
Date2023-11-08T04:48:59.6873005+00:00
NameConnectDTxServiceRequest
TitleConnectDTx ServiceRequest
DescriptionConnectDTx에서 DTx 처방을 표현하기 위한 Resource
TypeServiceRequest
Kindresource

Resources that use this resource

StructureDefinition
connectdtx-observationConnectDTx Observation
connectdtx-result-observationConnectDTx Result Observation
connectdtx-result-reportConnectDTx Result Report

Resources that this resource uses

StructureDefinition
connectdtx-encounterConnectDTx Encounter
connectdtx-patientConnectDTx Patient
connectdtx-practitionerroleConnectDTx PractitionerRole
ValueSet
connectdtx-dtx-codeConnectDTx DTx Code

Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest 0..*ServiceRequestA request for a service to be performed
... identifier 1..1Identifier의료기관 처방코드
.... system 1..1uri의료기관의 요양기관번호
Example General: urn:oid:1.2.3.4.5.6
.... value 1..1string의료기관의 처방일련번호
... status 1..1code처방의 상태 : active | revoked | completed +
... intent 1..1code서비스의 의미
Fixed Value: order
... doNotPerform 0..1boolean서비스 중지 여부 (처방 D/C시 사용)
... code 1..1CodeableConceptEDI코드
Binding: ConnectDTx DTx Code (preferred)
.... coding 1..1CodingCode defined by a terminology system
..... system 1..1uriEDI 코드체계 식별자 혹은 의료기관 식별자
Example EDI 코드체계 식별자: https://hira.or.kr/CodeSystem/diagnostic-behavior (미정)
Example 의료기관 식별자: urn:oid:1.2.3.4.5.6
..... code 1..1codeDTx EDI코드 혹은 DTx플랫폼에 등록된 의료기관의 DTx 로컬 처방 코드
... subject 1..1Reference(ConnectDTx Patient)DTx처방의 대상
... encounter 1..1Reference(ConnectDTx Encounter)DTx처방 관련 내원 정보
... authoredOn 1..1dateTime처방발행시점
... requester 0..1Reference(ConnectDTx PractitionerRole)처방자

doco Documentation for this format

Source

{
  "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"
            ]
          }
        ]
      }
    ]
  }
}