This page is part of the Clinical Guidelines (v2.0.0-ballot: STU2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: ri-scenario2 - JSON Representation
Raw json | Download
{
"resourceType" : "MedicationRequest",
"id" : "ri-scenario2",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationrequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"ri-scenario2\"> </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 MedicationRequest "ri-scenario2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cpg-immunizationrequest.html\">CPG Immunization Request</a></p></div><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>category</b>: Recommend an immunization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-activity-type-cs.html\">CPG Activity Type Code System</a>#recommend-immunization)</span></p><p><b>priority</b>: routine</p><p><b>medication</b>: Hepatitis A vaccine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#14745005)</span></p><p><b>subject</b>: <a href=\"Patient-ri-scenario2-patient.html\">Patient/ri-scenario2-patient</a> " PATIENT"</p><p><b>authoredOn</b>: 2020-12-22</p><p><b>instantiatesCanonical</b>: <a href=\"ActivityDefinition-activity-example-recommendimmunization-ad.html\">Activity Example Recommend Immunization AD</a></p></div>"
},
"status" : "draft",
"intent" : "proposal",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code" : "recommend-immunization"
}
]
}
],
"priority" : "routine",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "14745005",
"display" : "Hepatitis A vaccine"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ri-scenario2-patient"
},
"authoredOn" : "2020-12-22",
"instantiatesCanonical" : [
🔗 "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-recommendimmunization-ad"
]
}