Release 4 5 Snapshot #1

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always be available at this URL). (v5.0.0-snapshot1: R5 Snapshot #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

FHIR Infrastructure Work Group Maturity Level : N/A Standards Status : Informative Security Category : Business Compartments : Device , Patient , Practitioner

Mappings for the group resource (see Mappings to Other Standards for further information & status).

Group
    identifier FiveWs.identifier
    active FiveWs.status
    type FiveWs.class
    actual FiveWs.class
    code FiveWs.what[x]
Group Participant
    identifier Participant.identifier
    active Participant.active
    name Participant.name
Group Entity[determinerCode="GRP" or determinerCode="GRP_KIND"]
    identifier unique(./id[displayable="true" and scope="OBJ"])
    active ./statusCode
    type person: ./classCode="PSN" animal: ./classCode="ANM" device: ./classCode="DEV" medication: ./classCode="MMAT" and ./playedRole[isNormalRole() and classCode="THER"] food: ./classCode="FOOD"
    actual true: ./determinerCode="GRP" false: ./determinerCode="GRP_KIND"
    code ./code
    name ./name[type="ST"]
    quantity ./quantity
    characteristic ./playedRole[isNormalRole()]/participation[isNormalParticipation() and typeCode="SBJ"]/act[isNormalAct and classCode="OBS" and moodCode="EVN"]
        code ./code
        value[x] ./value
        exclude ./valueNegationInd
    member ./scopedRole[isNormalRole() and classCode="MBR"]/player