Documentation
¶
Index ¶
- Variables
- func CodableFrom(set []fhir.Coding, codeId string) (fhir.CodeableConcept, bool)
- func CodablesFrom(set []fhir.Coding, codeIds []string) ([]fhir.CodeableConcept, bool)
- func CodingFrom(set []fhir.Coding, codeId string) (fhir.Coding, bool)
- func ContactPointSystemFrom(code string) (out fhir.ContactPointSystem, ok bool)
- func EndpointStatusFrom(code string) (out fhir.EndpointStatus, ok bool)
- func LocationStatusFrom(code string) (out fhir.LocationStatus, ok bool)
Constants ¶
This section is empty.
Variables ¶
var ContactPointSystem = mustGetValueSet("contact-point-system")
ContactPointSystem contains the codings from http://hl7.org/fhir/codesystem-contact-point-system.html
var EndpointConnectionTypeCodings = mustGetValueSet("endpoint-connection-type")
EndpointConnectionTypeCodings contains the codings from https://hl7.org/fhir/R4/valueset-endpoint-connection-type.html
var EndpointPayloadTypeCodings = mustGetValueSet("endpoint-payload-type")
EndpointPayloadTypeCodings contains the codings from: - http://hl7.org/fhir/R4/ValueSet/endpoint-payload-type - http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-data-exchange-capabilities
var EndpointStatusCodings = mustGetValueSet("endpoint-status")
EndpointStatusCodings contains the codings from https://hl7.org/fhir/R4/valueset-endpoint-status.html
var LocationPhysicalTypeCodings = mustGetValueSet("location-physical-type")
LocationPhysicalTypeCodings contains the codings from https://terminology.hl7.org/6.3.0/ValueSet-v3-ServiceDeliveryLocationRoleType.html
var LocationStatusCodings = mustGetValueSet("location-status")
LocationStatusCodings contains the codings from https://hl7.org/fhir/R4/valueset-location-status.html
var LocationTypeCodings = mustGetValueSet("location-type")
LocationTypeCodings contains the codings from https://terminology.hl7.org/6.3.0/ValueSet-v3-ServiceDeliveryLocationRoleType.html
var OrganizationTypeCodings = mustGetValueSet("organization-type")
OrganizationTypeCodings contains the codings from https://hl7.org/fhir/R4/valueset-organization-type.html
var PractitionerRoleCodings = mustGetValueSet("practitioner-role")
PractitionerRoleCodings contains the codings from https://terminology.hl7.org/6.5.0/CodeSystem-practitioner-role.html
var PurposeOfUseCodings = mustGetValueSet("purpose-of-use")
PurposeOfUseCodings contains the codings from https://terminology.hl7.org/6.3.0/ValueSet-v3-PurposeOfUse.html
var ServiceTypeCodings = mustGetValueSet("service-type")
ServiceTypeCodings contains the codings from https://hl7.org/fhir/R4/valueset-service-type.html
Functions ¶
func CodableFrom ¶
func CodablesFrom ¶ added in v0.2.0
func ContactPointSystemFrom ¶ added in v0.2.0
func ContactPointSystemFrom(code string) (out fhir.ContactPointSystem, ok bool)
func EndpointStatusFrom ¶
func EndpointStatusFrom(code string) (out fhir.EndpointStatus, ok bool)
func LocationStatusFrom ¶
func LocationStatusFrom(code string) (out fhir.LocationStatus, ok bool)
Types ¶
This section is empty.