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

6.8.8 Resource Resource Composition - Mappings - Mappings

Mappings:

Mappings for the composition resource.

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

Composition Document[classCode="DOC" and moodCode="EVN" and isNormalAct()]
    identifier Document.id / Document.setId
    date .effectiveTime[type="TS"]
    type ./code
    class .outboundRelationship[typeCode="COMP].target[classCode="LIST", moodCode="EVN"].code
    title ./title
    status interim: .completionCode="IN" & ./statusCode[isNormalDatatype()]="active";

final: .completionCode="AU" && ./statusCode[isNormalDatatype()]="complete" and not(./inboundRelationship[typeCode="SUBJ" and isNormalActRelationship()]/source[subsumesCode("ActClass#CACT") and moodCode="EVN" and domainMember("ReviseComposition", code) and isNormalAct()]);

amended: .completionCode="AU" && ./statusCode[isNormalDatatype()]="complete" and ./inboundRelationship[typeCode="SUBJ" and isNormalActRelationship()]/source[subsumesCode("ActClass#CACT") and moodCode="EVN" and domainMember("ReviseComposition", code) and isNormalAct() and statusCode="completed"];

withdrawn : .completionCode=NI && ./statusCode[isNormalDatatype()]="obsolete"
    confidentiality .confidentialityCode
    subject .participation[typeCode="SBJ"].role[typeCode="PAT"]
    author .participation[typeCode="AUT"].role[classCode="ASSIGNED"]
    attester .participation[typeCode="AUTHEN"].role[classCode="ASSIGNED"]
        mode unique(./modeCode)
        time ./time[type="TS" and isNormalDatatype()]
        party ./role[classCode="ASSIGNED" and isNormalRole]/player[determinerCode="INST" and classCode=("DEV", "PSN") and isNormalEntity()]
or
./role[classCode="ASSIGNED" and isNormalRole and not(player)]/scoper[determinerCode="INST" and classCode="ORG" and isNormalEntity()]
    custodian .participation[typeCode="RCV"].role[classCode="CUST"].scoper[classCode="ORG" and determinerCode="INST"]
    event outboundRelationship[typeCode="SUBJ"].target[classCode<'ACT']
        code .code
        period .effectiveTime
        detail .outboundRelationship[typeCode="SUBJ"].target
    encounter unique(highest(./outboundRelationship[typeCode="SUBJ" and isNormalActRelationship()], priorityNumber)/target[moodCode="EVN" and classCode=("ENC", "PCPR") and isNormalAct])
    section ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
        title ./title
        code ./code
        subject unique(./participation[typeCode="SBJ" and isNormalParticipation]/role[typeCode="PAT"])
or
unique(./participation[typeCode="SBJ" and isNormalParticipation]/role[typeCode="IDENT"]/player[determinerCode="INST" and classCode=("DEV", "ORG") and isNormalEntity()])
        content unique(./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode!="DOCSECT" and isNormalAct])
        section ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]

6.8.8.2 Mappings for CDA (R2) (http://hl7.org/v3/cda)

Composition ClinicalDocument
    identifier .setId
    date .effectiveTime
    type .code
    class n/a
    title .title
    status n/a
    confidentiality .confidentialityCode
    subject .recordTarget
    author .author.assignedAuthor
    attester .authenticator/.legalAuthenticator
        mode implied by .authenticator/.legalAuthenticator
        time .authenticator.time
        party .authenticator.assignedEnttty
    custodian .custodian.assignedCustodian
    event .documentationOf.serviceEvent
        code .code
        period .effectiveTime
        detail n/a
    encounter .componentOf.encompassingEncounter
    section .component.structuredBody.component.section
        title .title
        code .code
        subject .subject.relatedSubject
        content n/a
        section .component.section

comments powered by Disqus