FHIR IG analytics| Package | pc.ig |
| Resource Type | Basic |
| Id | Basic-post-event-type-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 post-event-type-example-1
Profile: Post Event Type
Post event type name: Episodes of AKI after LTx
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/post-event-type-id/PET0001
code: Clinical post-transplant event
{
"resourceType": "Basic",
"id": "post-event-type-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/post-event-type"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/post-event-type-name-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/post-event-type-name",
"code": "episodes-aki-after-ltx",
"display": "Episodes of AKI after LTx"
}
]
}
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/post-event-type-id",
"value": "PET0001"
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/post-event-type-category",
"code": "clinical-event",
"display": "Clinical post-transplant event"
}
]
}
}