Profiles

A system implementing the use case needs to be able to capture the data according to the profiles listed in this section.

Training Patient

Patient resources should conform to this profile:

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
textI0..1Narrative
contained0..*Resource
birthPlaceI1..1Extension
disabilityI0..*Extension
occupationI0..*Extension(Complex)
modifierExtension?! I0..*Extension
identifierΣ1..*Identifier
activeΣ ?!0..1boolean
nameΣ1..*HumanName
telecomΣ I0..*ContactPoint
genderΣ0..1codeBinding
birthDateΣ1..1date
deceasedBooleanboolean
deceasedDateTimedateTime
addressΣ0..*Address
maritalStatus0..1CodeableConceptBinding
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photoI0..*Attachment
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
relationship0..*CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
gender0..1codeBinding
organizationI0..1Reference(http://hl7.org/fhir/StructureDefinition/Organization)
periodI0..1Period
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
language1..1CodeableConceptBinding
preferred0..1boolean
generalPractitionerI0..*Reference(http://hl7.org/fhir/StructureDefinition/Organization | http://hl7.org/fhir/StructureDefinition/Practitioner)
managingOrganizationΣ I0..1Reference(http://hl7.org/fhir/StructureDefinition/Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
otherΣ I1..1Reference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/RelatedPerson)
typeΣ1..1codeBinding

The extensions that can be used, are the standard extensions for Birth Place and disability. A complex extension has been defined to capture the patient's occupation and time period of that occupation:

id0..1string
id0..1string
extensionI0..*Extension
url1..1uriFixed Value
valueCodeableConcept0..1CodeableConcept
id0..1string
extensionI0..*Extension
url1..1uriFixed Value
valuePeriod0..1Period
url1..1uriFixed Value

Observation

All Observation resources for a Patient that capture the patient's vital signs will conform to the VitalSigns profiles. Look at the inbound references of the profile to find the correct vital signs profile for the data that needs to be captured.

Other resource types

The system also needs to implement support for these core resource types: Practitioner, Encounter, Condition, and MedicationRequest.