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

FHIR IG Statistics: StructureDefinition/ext-nl-vzvz-rivm-ageGroup

Packagevzvz.covid-vaccinations
Resource TypeStructureDefinition
Idext-nl-vzvz-rivm-ageGroup
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=vzvz.covid-vaccinations@0.5.1-beta&canonical=http://vzvz.nl/fhir/StructureDefinition/ext-nl-vzvz-rivm-ageGroup
URLhttp://vzvz.nl/fhir/StructureDefinition/ext-nl-vzvz-rivm-ageGroup
Statusdraft
Date2022-02-24T15:48:03.0541641+00:00
NameExtNlVzvzRivmAgeGroup
Titleext nl vzvz rivm ageGroup
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
nl-vzvz-rivm-Patient-anonymousnl vzvz rivm Patient anonymous

Resources that this resource uses

ValueSet
nl-vzvz-rivm-ageGroupRIVM leeftijdscohort ValueSet

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-nl-vzvz-rivm-ageGroup",
  "url": "http://vzvz.nl/fhir/StructureDefinition/ext-nl-vzvz-rivm-ageGroup",
  "name": "ExtNlVzvzRivmAgeGroup",
  "title": "ext nl vzvz rivm ageGroup",
  "status": "draft",
  "date": "2022-02-24T15:48:03.0541641+00:00",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://vzvz.nl/fhir/StructureDefinition/ext-nl-vzvz-rivm-ageGroup"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "ageGroup",
        "definition": "age group of the person",
        "comment": "age group of the person",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "example": [
          {
            "label": "> 60",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://vzvz.nl/fhir/CodeSystem/nl-vzvz-rivm-ageGroup",
                  "code": "3",
                  "display": "leeftijd > 60"
                }
              ]
            }
          }
        ]
      },
      {
        "id": "Extension.value[x].coding",
        "path": "Extension.value[x].coding",
        "example": [
          {
            "label": "< 40",
            "valueCoding": {
              "system": "http://vzvz.nl/fhir/CodeSystem/nl-vzvz-rivm-ageGroup",
              "code": "1",
              "display": "leeftijd < 40"
            }
          }
        ],
        "binding": {
          "strength": "required",
          "description": "RIVM age group codes",
          "valueSet": "http://vzvz.nl/fhir/ValueSet/nl-vzvz-rivm-ageGroup"
        }
      }
    ]
  }
}