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