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

FHIR IG analytics

Packagephis.ig.dev
Resource TypeStructureDefinition
IdStructureDefinition-krcore-encounter.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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Encounter 0..*EncounterKR Core Encoutner Profile
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... krcore-insuranceTypes 0..1CodeableConcept환자 건강보험 유형 정보
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes
... status S1..1code내원 상태: planned | arrived | triaged | in-progress | onleave | finished | cancelled +
Example Value (Preferred): finished
... class S1..1Coding진료 구분: AMB | EMER | IMP +
Binding: ActEncounterCode (required): Classification of the encounter.

.... system S1..1uri진료 구분 코드체계
.... code S1..1code진료 구분 코드
... subject 0..1Reference(KR Core Patient Profile)내원 환자
... participant 0..*BackboneElement내원 참여 의료인
.... individual 0..1Reference(Practitioner | PractitionerRole | RelatedPerson)내원 참여 의료인 인적사항 또는 역할
... period S0..1Period내원 기간
.... start S0..1dateTime시작 일자
.... end S0..1dateTime종료 일자
... serviceProvider 0..1Reference(Organization | KR Core Healthcare Organization Profile)내원 기관

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "krcore-encounter",
  "meta": {
    "lastUpdated": "2023-10-30T01:18:15.5950966+00:00"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-encounter",
  "version": "1.0.1",
  "name": "KRCore_Encounter",
  "title": "KR Core Encounter Profile",
  "status": "active",
  "date": "2023-10-30T01:18:28.2591092+00:00",
  "publisher": "HL7 Korea",
  "contact": [
    {
      "name": "HL7 Korea",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7korea.or.kr/"
        },
        {
          "system": "email",
          "value": "contact@healthall.co.kr"
        }
      ]
    },
    {
      "name": "HealthAll Inc.",
      "telecom": [
        {
          "system": "email",
          "value": "contact@healthall.co.kr",
          "use": "work"
        }
      ]
    }
  ],
  "description": "KR Core의 내원 정보에 적용되는 Encounter 구조.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KR",
          "display": "Korea, Republic of"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter",
        "path": "Encounter",
        "short": "KR Core Encoutner Profile"
      },
      {
        "id": "Encounter.extension",
        "path": "Encounter.extension",
        "slicing": {
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Encounter.extension:krcore-insuranceTypes",
        "path": "Encounter.extension",
        "sliceName": "krcore-insuranceTypes",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes"
            ]
          }
        ]
      },
      {
        "id": "Encounter.status",
        "path": "Encounter.status",
        "short": "내원 상태: planned | arrived | triaged | in-progress | onleave | finished | cancelled +",
        "example": [
          {
            "label": "Value (Preferred)",
            "valueCode": "finished"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "short": "진료 구분: AMB | EMER | IMP +",
        "mustSupport": true,
        "binding": {
          "strength": "required"
        }
      },
      {
        "id": "Encounter.class.system",
        "path": "Encounter.class.system",
        "short": "진료 구분 코드체계",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Encounter.class.code",
        "path": "Encounter.class.code",
        "short": "진료 구분 코드",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "short": "내원 환자",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient"
            ]
          }
        ]
      },
      {
        "id": "Encounter.participant",
        "path": "Encounter.participant",
        "short": "내원 참여 의료인"
      },
      {
        "id": "Encounter.participant.individual",
        "path": "Encounter.participant.individual",
        "short": "내원 참여 의료인 인적사항 또는 역할"
      },
      {
        "id": "Encounter.period",
        "path": "Encounter.period",
        "short": "내원 기간",
        "mustSupport": true
      },
      {
        "id": "Encounter.period.start",
        "path": "Encounter.period.start",
        "short": "시작 일자",
        "mustSupport": true
      },
      {
        "id": "Encounter.period.end",
        "path": "Encounter.period.end",
        "short": "종료 일자",
        "mustSupport": true
      },
      {
        "id": "Encounter.serviceProvider",
        "path": "Encounter.serviceProvider",
        "short": "내원 기관",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization"
            ]
          }
        ]
      }
    ]
  }
}