FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"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"
}
}
]
}
}