FHIR IG analytics| Package | pc.ig |
| Resource Type | Basic |
| Id | Basic-concomitant-disease-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 concomitant-disease-example-1
Profile: Concomitant Disease
Concomitant disease name(s): Hypertension
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/concomitant-disease-id/CD0001
code: Relevant concomitant disease(s)
{
"resourceType": "Basic",
"id": "concomitant-disease-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/concomitant-disease"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/concomitant-disease-name",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-disease-category",
"code": "hypertension",
"display": "Hypertension"
}
]
}
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/concomitant-disease-id",
"value": "CD0001"
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-disease-type",
"code": "relevant",
"display": "Relevant concomitant disease(s)"
}
]
}
}