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

FHIR IG Statistics: StructureDefinition/connectdtx-patient

Packagephis.ig.dev
Resource TypeStructureDefinition
Idconnectdtx-patient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://connectdtx.kr/fhir/StructureDefinition/connectdtx-patient
URLhttp://connectdtx.kr/fhir/StructureDefinition/connectdtx-patient
Version0.9.9
Statusactive
Date2023-11-08T04:48:59.6873005+00:00
NameConnectDTxPatient
TitleConnectDTx Patient
DescriptionConnectDTx에서 환자를 표현하기 위한 Resource
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
connectdtx-conditionConnectDTx Condition
connectdtx-encounterConnectDTx Encounter
connectdtx-medicationrequestConnectDTx MedicationRequest
connectdtx-observationConnectDTx Observation
connectdtx-result-observationConnectDTx Result Observation
connectdtx-result-reportConnectDTx Result Report
connectdtx-servicerequestConnectDTx ServiceRequest
connectdtx-vitalsigns-observationConnectDTx Vital Signs Observation

Resources that this resource uses

No resources found


Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*PatientInformation about an individual or animal receiving health care services
... Slices for identifier 1..*IdentifierAn identifier for this patient
Slice: Ordered, Open At End by value:type.coding
.... identifier:PatientNumber 1..1Identifier요양기관내의 환자번호
..... type
...... coding 1..*CodingCode defined by a terminology system
Fixed Value: As shown (Medical record number)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: MR
..... system 1..1uri요양기관식별자
Example General: urn:oid:1.2.3.4.5.6
..... value 1..1string환자번호
... name 1..1HumanName환자이름
.... text 1..1string환자이름 텍스트
... Slices for telecom 1..*ContactPointA contact detail for the individual
Slice: Unordered, Open by value:system
.... telecom:Phone 1..1ContactPointA contact detail for the individual
..... system 1..1codephone | fax | email | pager | url | sms | other
Fixed Value: phone
..... value 0..1string환자 휴대전화번호
... gender 1..1codemale | female | other | unknown
... birthDate 1..1dateThe date of birth for the individual

doco Documentation for this format

Source

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