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

FHIR IG Statistics: ValueSet/ParentTypes

Packagekl.dk.fhir.children
TypeValueSet
IdParentTypes
FHIR VersionR4
Sourcehttp://fhir.kl.dk/children/http://fhir.kl.dk/children/2.1.0/ValueSet-ParentTypes.html
URLhttp://fhir.kl.dk/children/ValueSet/ParentTypes
Version2.1.0
Statusactive
Date2024-10-31T20:28:31+01:00
NameParentTypes
TitleForælderTyper
Realmdk
DescriptionLimitation on HL7 role class to only represent parent-relationships, as accepted in the children data-set

Resources that use this resource

StructureDefinition
klgateway-children-related-parentKLGatewayChildrenRelatedParent

Resources that this resource uses

CodeSystem
v3-RoleCodeRoleCode
v3-RoleCodeRoleCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ParentTypes


Source

{
  "resourceType": "ValueSet",
  "id": "ParentTypes",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.kl.dk/children/ValueSet/ParentTypes",
  "version": "2.1.0",
  "name": "ParentTypes",
  "title": "ForælderTyper",
  "status": "active",
  "experimental": false,
  "date": "2024-10-31T20:28:31+01:00",
  "publisher": "Kommunernes Landsforening",
  "contact": [
    {
      "name": "Kommunernes Landsforening",
      "telecom": [
        {
          "system": "url",
          "value": "http://kl.dk"
        }
      ]
    }
  ],
  "description": "Limitation on HL7 role class to only represent parent-relationships, as accepted in the children data-set",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "concept": [
          {
            "code": "PRN"
          }
        ]
      }
    ]
  }
}