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

4.5.6 Resource Resource Condition - Mappings - Mappings

Mappings:

Mappings for the condition resource.

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

Condition Observation[classCode=OBS, moodCode=EVN, code=ASSERTION, value<Diagnosis]
    identifier .id
    subject .participation[typeCode=SBJ].role[classCode=PAT]
    encounter .inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]
    asserter .participation[typeCode=AUT].role
    dateAsserted .participation[typeCode=AUT].time
    code .value
    category .code
    status .code (pre or post-coordinated in)

Can use valueNegationInd for refuted
    certainty .uncertaintyCode
    severity Can be pre/post-coordinated into value. Or
./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code="severity"].value
    onset[x] .effectiveTime.low
or
.inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code="age at onset"].value
    abatement[x] .effectiveTime.high
or
.inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code="age at remission"].value
or
.inboundRelationship[typeCode=SUBJ]source[classCode=CONC, moodCode=EVN].status=completed
    stage ./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code="stage/grade"]
        summary .value
        assessment .self
    evidence .outboundRelationship[typeCode=SPRT].target[classCode=OBS, moodCode=EVN]
        code [code="diagnosis"].value
        detail .self
    location .targetBodySiteCode
        code .self
        detail .originalText
    relatedItem .outboundRelationship[typeCode=RSON, SAS]
        type .typeCode
        code .target[classCode=OBS, moodCode=EVN].code
        target .target[classCode=OBS, moodCode=EVN]
    notes .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code="annotation"].value

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

Condition PPR message
    identifier
    subject PID-3
    encounter PV1-19 (+PV1-54)
    asserter REL-7.1 identifier + REL-7.12 type code
    dateAsserted REL-11
    code PRB-3
    category 'problem' if from PRB-3. 'diagnosis' if from DG1 segment in PV1 message
    status PRB-14 / DG1-6
    certainty PRB-19
    severity PRB-26 / ABS-3
    onset[x] PRB-16
    abatement[x]
    stage
        summary
        assessment
    evidence
        code
        detail
    location
        code
        detail
    relatedItem could infer from presence of multiple PRB segments in a PPR message that the problems are related, but not clear how to communicate the nature of the relationship
        type
        code
        target
    notes NTE child of PRB

comments powered by Disqus