This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

5.9.9 Resource Resource Encounter - Mappings - Mappings

Mappings:

Mappings for the encounter resource.

5.9.9.1 Mappings for RIM (http://hl7.org/v3)

Encounter Encounter[moodCode=EVN]
    identifier .id
    status .statusCode
    class .inboundRelationship[typeCode=SUBJ].source[classCode=LIST].code
    type .code
    subject .participation[typeCode=SBJ]/role[classCode=PAT]
    participant .participation[typeCode=PFM]
        type .functionCode
        individual .role
    period .effectiveTime
(low & high)
    length .lengthOfStayQuantity
    reason .reasonCode
    indication .outboundRelationship[typeCode=RSON].target
    priority .priorityCode
    hospitalization .outboundRelationship[typeCode=COMP].target[classCode=ENC, moodCode=EVN]
        preAdmissionIdentifier .id
        origin .participation[typeCode=ORG].role
        admitSource .admissionReferralSourceCode
        period .effectiveTime
        accomodation .outboundRelationship[typeCode=COMP].target[classCode=ACCOM, moodCode=EVN]
            bed .participation[typeCode=LOC].role.player[classCode=PLC, code=BED]
            period .effectiveTime
        diet .outboundRelationship[typeCode=COMP].target[classCode=SBADM, moodCode=EVN, code="diet"]
        specialCourtesy .specialCourtesiesCode
        specialArrangement .specialArrangementCode
        destination .participation[typeCode=DST]
        dischargeDisposition .dischargeDispositionCode
        dischargeDiagnosis .outboundRelationship[typeCode=OUT].target[classCode=OBS, moodCode=EVN, code=ASSERTION].value
        reAdmission Propose at harmonization
    location .participation[typeCode=LOC]
        location .role
        period .time
    serviceProvider .particiaption[typeCode=PFM].role
    partOf .inboundRelationship[typeCode=COMP].source[classCode=COMP, moodCode=EVN]

5.9.9.2 Mappings for HL7 v2 (http://hl7.org/v2)

Encounter
    identifier PV1-19-visit number
    status No clear equivalent in V2.x; active/finished could be inferred from PV1-44, PV1-45, PV2-24; inactive could be inferred from PV2-16
    class PV1-2-patient class
    type PV1-4-admission type
    subject PID-3-patient ID list
    participant
        type PRT-4-participation
        individual PRT-5-participation person
    period
    length (PV1-45 less PV1-44) iff ( (PV1-44 not empty) and (PV1-45 not empty) ); units in minutes
    reason EVN-4-event reason code / PV2-3-admit reason (note: PV2-3 is nominally constrained to inpatient admissions; V2.x makes no vocabulary suggestions for PV2-3; would not expect PV2 segment or PV2-3 to be in use in all implementations
)
    indication
    priority PV2-25-visit priority code
    hospitalization
        preAdmissionIdentifier PV1-5-preadmit number
        origin
        admitSource PV1-14-admit source
        period PV2-11-actual length of inpatient stay / PV1-44-admit date/time / PV1-45-discharge date/time
        accomodation
            bed PV1-3-assigned patient location
            period
        diet PV1-38-diet type
        specialCourtesy PV1-16-VIP indicator
        specialArrangement PV1-15-ambulatory status / OBR-30-transportation mode / OBR-43-planned patient transport comment
        destination
        dischargeDisposition PV1-36-discharge disposition
        dischargeDiagnosis
        reAdmission PV1-13-re-admission indicator
    location
        location PV1-3-assigned patient location / PV1-6-prior patient location / PV1-11-temporary location / PV1-42-pending location / PV1-43-prior temporary location
        period
    serviceProvider PV1-10-hospital service / PL.6 Person Location Type & PL.1 Point of Care (note: V2.x definition is "the treatment or type of surgery that the patient is scheduled to receive"; seems slightly out of alignment with the concept name 'hospital service'. Would not trust that implementations apply this semantic by default)
    partOf

comments powered by Disqus