HS.FHIR.DTL.USCore.Util.Patient
class HS.FHIR.DTL.USCore.Util.Patient
Method Inventory
Methods
classmethod BirthGender(birthGender As HS.SDA3.CodeTableDetail.Gender, ByRef aux) as HS.FHIR.DTL.vSTU3.Model.Base.Extension
Transform BirthGender CodeTable into a FHIR ExtensionCode.
Adds SDA3 --> FHIR support for USCore birth sex extension: http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex
classmethod BirthSexExtension(birthSexExtension As HS.FHIR.DTL.vSTU3.Model.Base.Extension, ByRef aux) as HS.SDA3.CodeTableDetail.Gender
Transform US Core Birth Sex extension into BirthGender CodeTableDetail
Adds FHIR --> SDA3 support for USCore birth sex extension: http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex
classmethod EthnicGroup(ethnicGroup As HS.SDA3.CodeTableDetail.EthnicGroup, ByRef aux) as HS.FHIR.DTL.vSTU3.Model.Base.Extension
Transform an ethnic group CodeTable into a FHIR extension. This method is needed due to the unique
format of the hl7.org ethnic group extension.
classmethod GenderIdentity(genderIdentity As HS.SDA3.CodeTableDetail.GenderIdentity, ByRef aux) as HS.FHIR.DTL.vSTU3.Model.Base.Extension
Transform a gender identity CodeTable into a FHIR extension.
This method includes logic for the coding of the USCore gender identity extension.
classmethod Races(races As %ListOfObjects, raceText As %String = "", ByRef aux) as HS.FHIR.DTL.vSTU3.Model.Base.Extension
Transform a citizenship CodeTable into a FHIR extension. This method is needed due to the unique
format of the hl7.org citizenship extension.
classmethod TribalAffiliation(tribalAffiliation As HS.SDA3.CodeTableDetail.TribalAffiliation, ByRef aux) as HS.FHIR.DTL.vSTU3.Model.Base.Extension
Transform a tribal affiliation CodeTable into a FHIR extension. This method is needed due to the unique
format of the hl7.org tribal affiliation extension.