Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions
: ExampleAllergyIntolerance - JSON Representation
Raw json | Download
{
"resourceType" : "AllergyIntolerance",
"id" : "ExampleAllergyIntolerance",
"meta" : {
"profile" : [
"https://www.charite.de/fhir/medikationsplan/StructureDefinition/AllergyIntolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"ExampleAllergyIntolerance\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource AllergyIntolerance "ExampleAllergyIntolerance" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mp4p-allergyintolerance.html\">AllergyIntolerance MP4+</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-allergyintolerance-clinical.html\">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>code</b>: Nahrungsmittelunverträglichkeit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&canonical=http://fhir.de/CodeSystem/bfarm/alpha-id\">AlphaId</a>#I29215)</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatient.html\">Patient/ExamplePatient</a> " SCHUMANN"</p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/bfarm/alpha-id",
"code" : "I29215",
"display" : "Nahrungsmittelunverträglichkeit"
}
]
},
"patient" : {
"reference" : "Patient/ExamplePatient"
}
}