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

FHIR IG Statistics: ValueSet/ContactRelationshipValueSet

Packageimplementation.guide.nhdr
Resource TypeValueSet
IdContactRelationshipValueSet
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=https://example.org/fhir/ValueSet/ContactRelationshipValueSet
URLhttps://example.org/fhir/ValueSet/ContactRelationshipValueSet
Statusdraft
NameContactRelationshipValueSet

Resources that use this resource

StructureDefinition
PH_PatientPH_Patient

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ContactRelationshipValueSet",
  "url": "https://example.org/fhir/ValueSet/ContactRelationshipValueSet",
  "name": "ContactRelationshipValueSet",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/contact-relationship-codes",
        "concept": [
          {
            "code": "S",
            "display": "Spouse",
            "definition": "The spouse of the contact"
          },
          {
            "code": "C",
            "display": "Child",
            "definition": "The child of the contact"
          },
          {
            "code": "P",
            "display": "Parent",
            "definition": "The parent of the contact"
          }
        ]
      }
    ]
  }
}