Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "diagnostic-imaging-basic-example-everything-contained",
"meta" : {
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referralprescription-diagnosticimaging"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest diagnostic-imaging-basic-example-everything-contained</b></p><a name=\"diagnostic-imaging-basic-example-everything-contained\"> </a><a name=\"hcdiagnostic-imaging-basic-example-everything-contained\"> </a><a name=\"diagnostic-imaging-basic-example-everything-contained-en-US\"> </a><p><b>BeValidityPeriod</b>: 2020-01-01 --> 2021-01-01</p><p><b>Request status reason</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason inProgress}\">In progress</span></p><p><b>BeFeedbackToPrescriber</b>: true</p><p><b>BeSupportingInfo</b>: Some relevant supporting information</p><p><b>BePerformerType</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persnurse}\">nurse</span></p><p><b>BeContraindication</b>: Patient has serious kidney problems.</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 363679005}\">Clinical imaging</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:\">Some suggestion of what to do (this could also be expressed in a coding system)</span></p><p><b>subject</b>: <a href=\"#hcdiagnostic-imaging-basic-example-everything-contained/patient1\">Jane Doe Female, DoB: 1956-05-27 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#BeSSINNamingSystem#99999999991\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2020-01-01 00:00:00+0100</p><p><b>requester</b>: <a href=\"#hcdiagnostic-imaging-basic-example-everything-contained/requesterrole1\">PractitionerRole physician</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 371081002}\">Patient mobility problems. Possibly arthritis of knee</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient1</b></p><a name=\"diagnostic-imaging-basic-example-everything-contained/patient1\"> </a><a name=\"hcdiagnostic-imaging-basic-example-everything-contained/patient1\"> </a><a name=\"diagnostic-imaging-basic-example-everything-contained/patient1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Doe Female, DoB: 1956-05-27 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#BeSSINNamingSystem#99999999991\u00a0(use:\u00a0official,\u00a0))</p><hr/></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #requesterrole1</b></p><a name=\"diagnostic-imaging-basic-example-everything-contained/requesterrole1\"> </a><a name=\"hcdiagnostic-imaging-basic-example-everything-contained/requesterrole1\"> </a><a name=\"diagnostic-imaging-basic-example-everything-contained/requesterrole1-en-US\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-Requester1.html\">Practitioner Leonard McCoy (official)</a></p><p><b>code</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persphysician}\">physician</span></p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Patient",
"id" : "patient1",
"meta" : {
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
]
},
"identifier" : [
{
"use" : "official",
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "99999999991"
}
],
"name" : [
{
"family" : "Doe",
"given" : [
"Jane"
]
}
],
"gender" : "female",
"birthDate" : "1956-05-27"
},
{
"resourceType" : "PractitionerRole",
"id" : "requesterrole1",
"meta" : {
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole"
]
},
"practitioner" : {
🔗 "reference" : "Practitioner/Requester1"
},
"code" : [
{
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
"code" : "persphysician",
"display" : "physician"
}
]
}
]
}
],
"extension" : [
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-validity-period",
"valuePeriod" : {
"start" : "2020-01-01",
"end" : "2021-01-01"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/request-statusReason",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason",
"code" : "inProgress",
"display" : "In progress"
}
]
}
},
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-feedback-to-prescriber",
"valueBoolean" : true
},
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-supporting-info",
"valueAnnotation" : {
"text" : "Some relevant supporting information"
}
},
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-performer-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
"code" : "persnurse"
}
]
}
}
],
"modifierExtension" : [
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-contraindication",
"valueAnnotation" : {
"text" : "Patient has serious kidney problems."
}
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000172109",
"code" : "363679005",
"display" : "Clinical imaging"
}
]
}
],
"priority" : "routine",
"code" : {
"text" : "Some suggestion of what to do (this could also be expressed in a coding system)"
},
"subject" : {
"reference" : "#patient1"
},
"authoredOn" : "2020-01-01T00:00:00+01:00",
"requester" : {
"reference" : "#requesterrole1"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000172109",
"code" : "371081002",
"display" : "Arthritis of knee"
}
],
"text" : "Patient mobility problems. Possibly arthritis of knee"
}
]
}