FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/patientrelationship

Packageca-on-covax.v1
Resource TypeValueSet
Idpatientrelationship
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca-on-covax.v1@1.0.0&canonical=http://ehealthontario.ca/fhir/ValueSet/patientrelationship
URLhttp://ehealthontario.ca/fhir/ValueSet/patientrelationship
Version0.1.10
Statusactive
NamePatientRelationshipVS
TitlePatient Relationship
DescriptionThe nature of the relationship to the patient

Resources that use this resource

StructureDefinition
covaxon-patientCOVaxON Patient

Resources that this resource uses

CodeSystem
v3-RoleCodeRoleCode
patientrelationshipPatient Relationship

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "PatientRelationshipVS",
  "id": "patientrelationship",
  "title": "Patient Relationship",
  "description": "The nature of the relationship to the patient",
  "version": "0.1.10",
  "url": "http://ehealthontario.ca/fhir/ValueSet/patientrelationship",
  "compose": {
    "include": [
      {
        "system": "http://ehealthontario.ca/fhir/CodeSystem/patientrelationship"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "concept": [
          {
            "code": "ORG",
            "display": "organizational contact"
          }
        ]
      }
    ]
  }
}