FHIR IG analytics| Package | pc.ig |
| Resource Type | Basic |
| Id | Basic-outcome-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 outcome-type-example-1
Profile: Outcome Type
Outcome type name: Chronic renal failure after pLTx
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/outcome-type-id/OT0001
code: Clinical outcome type
{
"resourceType": "Basic",
"id": "outcome-type-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-type"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-type-name-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/outcome-type-name",
"code": "198185",
"display": "Chronic renal failure after pLTx"
}
]
}
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/outcome-type-id",
"value": "OT0001"
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/outcome-type-category",
"code": "clinical",
"display": "Clinical outcome type"
}
]
}
}