FHIR IG analytics| Package | hl7.fhir.uv.emedicinal-product-info |
| Resource Type | Group |
| Id | Group-group-epi-type3-example-children.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group group-epi-type3-example-children
Profile: Group (ePI)
active: true
type: Person
membership: Definitional
name: Children
| Code | Value[x] | Exclude |
| Age | ?-17 | false |
{
"resourceType": "Group",
"id": "group-epi-type3-example-children",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Group-uv-epi"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": "person",
"membership": "definitional",
"name": "Children",
"characteristic": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-group-characteristic-type",
"code": "age",
"display": "Age"
}
]
},
"valueRange": {
"high": {
"value": 17,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
},
"exclude": false
}
]
}