FHIR IG analytics| Package | pc.ig |
| Resource Type | Basic |
| Id | Basic-immunosuppressant-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Basic immunosuppressant-example-1
Profile: Immunosuppressant
Immunosuppressant name: Steroid (methylprednisolone)
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/immunosuppressant-id/IMM0001
code: Immunosuppressive drug
{
"resourceType": "Basic",
"id": "immunosuppressant-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressant"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressant-name",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/immunosuppressant-drug-type",
"code": "1506270",
"display": "Steroid (methylprednisolone)"
}
]
}
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/immunosuppressant-id",
"value": "IMM0001"
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/immunosuppressant-type",
"code": "drug",
"display": "Immunosuppressive drug"
}
]
}
}