--- type: "valueset" title: "Encounter Subject Status" valueset: "encounter-subject-status" --- # Encounter Subject Status - **Official URL**: http://hl7.org/fhir/ValueSet/encounter-subject-status - **Version**: 6.0.0 - **Status**: active - **Name**: EncounterSubjectStatus - **Title**: Encounter Subject Status - **Publisher**: FHIR Project team - **Description**: This example value set defines a set of codes that can be used to indicate the status of the subject within the encounter ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/encounter-subject-status ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This example value set defines a set of codes that can be used to indicate the status of the subject within the encounter"/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/encounter-subject-status"/> </include> </compose> </ValueSet> ```