Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bundle-bser-referral-feedback-document-bundle-eve-everywoman"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralFeedbackDocumentBundle"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralFeedbackDocumentBundle> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:2be4b4e4-6df1-4cb2-a947-c70fa0eda54e" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2020-01-07T09:25:00Z"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Composition/composition-bser-referral-feedback-arthritis-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Composition/composition-bser-referral-feedback-arthritis-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-bser-referral-observation-pain-mgmt-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-bser-referral-observation-pain-mgmt-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Patient/patient-us-core-patient-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Patient/patient-us-core-patient-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Organization/organization-us-core-organization-saint-luke"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Organization/organization-us-core-organization-saint-luke> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Practitioner/practitioner-us-core-practitioner-hailey-eight"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Practitioner/practitioner-us-core-practitioner-hailey-eight> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/ServiceRequest/servicerequest-bser-referral-servicerequest-arthritis"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/ServiceRequest/servicerequest-bser-referral-servicerequest-arthritis> ) ] ) . # <http://example.org/fhir/Composition/composition-bser-referral-feedback-arthritis-everywoman> a fhir:Composition ; fhir:id [ fhir:v "composition-bser-referral-feedback-arthritis-everywoman"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralFeedbackComposition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralFeedbackComposition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_composition-bser-referral-feedback-arthritis-everywoman\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-bser-referral-feedback-arthritis-everywoman</b></p><a name=\"composition-bser-referral-feedback-arthritis-everywoman\"> </a><a name=\"hccomposition-bser-referral-feedback-arthritis-everywoman\"> </a><a name=\"composition-bser-referral-feedback-arthritis-everywoman-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11488-4}\">Consult note</span></p><p><b>date</b>: 2020-01-03 11:15:23+0000</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-recipient.html\">Hailey Eight, MD</a></p><p><b>title</b>: Referral feedback</p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:11488-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11488-4" ] ; fhir:display [ fhir:v "Consult note" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:date [ fhir:v "2020-01-03T11:15:23Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient" ] ; fhir:display [ fhir:v "Hailey Eight, MD" ] ] ) ; # fhir:title [ fhir:v "Referral feedback"] ; # fhir:section ( [ fhir:title [ fhir:v "Referral Service Request Feedback Summary" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/bser"^^xsd:anyURI ] ; fhir:code [ fhir:v "RSRFS" ] ; fhir:display [ fhir:v "CompositionSectionReferralServiceRequestFeedbackSummary" ] ] ) ] ; fhir:focus [ fhir:reference [ fhir:v "ServiceRequest/servicerequest-bser-referral-servicerequest-arthritis" ] ] ] [ fhir:title [ fhir:v "Arthritis Referral Feedback Supporting Information" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/bser"^^xsd:anyURI ] ; fhir:code [ fhir:v "ARFSI" ] ; fhir:display [ fhir:v "Arthritis Referral Feedback Supporting Information" ] ] ) ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/observation-bser-referral-observation-pain-mgmt-eve-everywoman" ] ] ) ] ) . # <http://example.org/fhir/Observation/observation-bser-referral-observation-pain-mgmt-eve-everywoman> a fhir:Observation ; fhir:id [ fhir:v "observation-bser-referral-observation-pain-mgmt-eve-everywoman"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-bser-referral-observation-pain-mgmt-eve-everywoman\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-bser-referral-observation-pain-mgmt-eve-everywoman</b></p><a name=\"observation-bser-referral-observation-pain-mgmt-eve-everywoman\"> </a><a name=\"hcobservation-bser-referral-observation-pain-mgmt-eve-everywoman\"> </a><a name=\"observation-bser-referral-observation-pain-mgmt-eve-everywoman-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category therapy}\">Therapy</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 278414003}\">Pain management (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2019-01-18 22:33:22+0000</p><p><b>performer</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-recipient.html\">PractitionerRole Primary Care Clinic/Center</a></p><p><b>value</b>: true</p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "therapy" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:278414003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "278414003" ] ; fhir:display [ fhir:v "Pain management (procedure)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ fhir:v "2019-01-18T22:33:22Z"^^xsd:dateTime] ; # fhir:performer ( [ fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient" ] ] ) ; # fhir:value [ fhir:v "true"^^xsd:boolean] . # <http://example.org/fhir/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient> a fhir:PractitionerRole ; fhir:id [ fhir:v "practitionerrole-us-core-practitionerrole-referral-recipient"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_practitionerrole-us-core-practitionerrole-referral-recipient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitionerrole-us-core-practitionerrole-referral-recipient</b></p><a name=\"practitionerrole-us-core-practitionerrole-referral-recipient\"> </a><a name=\"hcpractitionerrole-us-core-practitionerrole-referral-recipient\"> </a><a name=\"practitionerrole-us-core-practitionerrole-referral-recipient-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/2222222222</p><p><b>practitioner</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-hailey-eight.html\">Hailey Eight, MD</a></p><p><b>organization</b>: <a href=\"Organization-organization-us-core-organization-saint-luke.html\">Organization Saint Luke's Hospital of Kansas City</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 261QP2300X}\">Primary Care Clinic/Center</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Family Practice</span></p><p><b>telecom</b>: <a href=\"mailto:hailey.eight@example.com\">hailey.eight@example.com</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "2222222222" ] ] ) ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-hailey-eight" ] ; fhir:display [ fhir:v "Hailey Eight, MD" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/organization-us-core-organization-saint-luke" ] ] ; # fhir:code ( [ ( fhir:coding [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "261QP2300X" ] ; fhir:display [ fhir:v "Primary Care Clinic/Center" ] ] ) ] ) ; # fhir:specialty ( [ ( fhir:coding [ a sct:419772000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "419772000" ] ; fhir:display [ fhir:v "Family Practice" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hailey.eight@example.com" ] ] ) . # <http://example.org/fhir/Patient/patient-us-core-patient-eve-everywoman> a fhir:Patient ; fhir:id [ fhir:v "patient-us-core-patient-eve-everywoman"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-us-core-patient-eve-everywoman\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-us-core-patient-eve-everywoman</b></p><a name=\"patient-us-core-patient-eve-everywoman\"> </a><a name=\"hcpatient-us-core-patient-eve-everywoman\"> </a><a name=\"patient-us-core-patient-eve-everywoman-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Eve L Everywoman Female, DoB: 1974-11-24 ( Medical Record Number: 1032702 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1-(404)555-1212(Home)</li><li><a href=\"mailto:eve.everywoman@example.com\">eve.everywoman@example.com</a></li><li>5101 Peachtree St NE Atlanta GA 30302 US </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"RelatedPerson-relatedperson-us-core-relatedperson-self-eve-everywoman.html\">RelatedPerson Eve L Everywoman </a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.\">US Core Ethnicity Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CDCREC.html#CDCREC-2186-5\">CDC Race and Ethnicity 2186-5</a>: Not Hispanic or Latino</li><li>text: Not Hispanic or Latino</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9).\"><a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-birthsex.html\">US Core Birth Sex Extension</a></td><td colspan=\"3\">F</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CDCREC.html#CDCREC-2106-3\">CDC Race and Ethnicity 2106-3</a>: White</li><li>text: White</li></ul></td></tr></table></div>" ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2106-3" ] ; fhir:display [ fhir:v "White" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "White" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ] ] [ ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2186-5" ] ; fhir:display [ fhir:v "Not Hispanic or Latino" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "Not Hispanic or Latino" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ; fhir:value [ fhir:v "F" ] ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical Record Number" ] ] ) ] ; fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "1032702" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:family [ fhir:v "Everywoman" ] ; ( fhir:given [ fhir:v "Eve" ] [ fhir:v "L" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1-(404)555-1212" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "eve.everywoman@example.com" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1974-11-24"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "5101 Peachtree St NE" ] ) ; fhir:city [ fhir:v "Atlanta" ] ; fhir:state [ fhir:v "GA" ] ; fhir:postalCode [ fhir:v "30302" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:link ( [ fhir:other [ fhir:reference [ fhir:v "RelatedPerson/relatedperson-us-core-relatedperson-self-eve-everywoman" ] ] ; fhir:type [ fhir:v "seealso" ] ] ) . # <http://example.org/fhir/Organization/organization-us-core-organization-saint-luke> a fhir:Organization ; fhir:id [ fhir:v "organization-us-core-organization-saint-luke"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_organization-us-core-organization-saint-luke\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-us-core-organization-saint-luke</b></p><a name=\"organization-us-core-organization-saint-luke\"> </a><a name=\"hcorganization-us-core-organization-saint-luke\"> </a><a name=\"organization-us-core-organization-saint-luke-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/1063494177</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Saint Luke's Hospital of Kansas City</p><p><b>telecom</b>: ph: (816)932-2000(Work), http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city(Work)</p><p><b>address</b>: 4401 Wornall Rd, Amherst MA 64111 </p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1063494177" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "prov" ] ; fhir:display [ fhir:v "Healthcare Provider" ] ] ) ] ) ; # fhir:name [ fhir:v "Saint Luke's Hospital of Kansas City"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(816)932-2000" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "other" ] ; fhir:value [ fhir:v "http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "4401 Wornall Rd," ] ) ; fhir:city [ fhir:v "Amherst" ] ; fhir:state [ fhir:v "MA" ] ; fhir:postalCode [ fhir:v "64111" ] ] ) . # <http://example.org/fhir/Practitioner/practitioner-us-core-practitioner-hailey-eight> a fhir:Practitioner ; fhir:id [ fhir:v "practitioner-us-core-practitioner-hailey-eight"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner-us-core-practitioner-hailey-eight\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-us-core-practitioner-hailey-eight</b></p><a name=\"practitioner-us-core-practitioner-hailey-eight\"> </a><a name=\"hcpractitioner-us-core-practitioner-hailey-eight\"> </a><a name=\"practitioner-us-core-practitioner-hailey-eight-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/9941339888</p><p><b>name</b>: Eight Hailey </p><p><b>telecom</b>: <a href=\"mailto:hailey.eight@example.com\">hailey.eight@example.com</a></p><p><b>address</b>: BMass Doctors 2100 North Ave Burlington MA 02368 US </p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "9941339888" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Hailey" ] ; ( fhir:given [ fhir:v "Eight" ] ) ; ( fhir:suffix [ fhir:v "M.D." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hailey.eight@example.com" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "BMass Doctors" ] [ fhir:v "2100 North Ave" ] ) ; fhir:city [ fhir:v "Burlington" ] ; fhir:state [ fhir:v "MA" ] ; fhir:postalCode [ fhir:v "02368" ] ; fhir:country [ fhir:v "US" ] ] ) . # <http://example.org/fhir/ServiceRequest/servicerequest-bser-referral-servicerequest-arthritis> a fhir:ServiceRequest ; fhir:id [ fhir:v "servicerequest-bser-referral-servicerequest-arthritis"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralServiceRequest"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralServiceRequest> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_servicerequest-bser-referral-servicerequest-arthritis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-bser-referral-servicerequest-arthritis</b></p><a name=\"servicerequest-bser-referral-servicerequest-arthritis\"> </a><a name=\"hcservicerequest-bser-referral-servicerequest-arthritis\"> </a><a name=\"servicerequest-bser-referral-servicerequest-arthritis-en-US\"> </a><p><b>identifier</b>: Placer Identifier/88888888, Filler Identifier/99999999</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 313204009}\">Lifestyle education (procedure)</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3457005}\">Patient referral</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Eve Everywoman</a></p><p><b>occurrence</b>: 2020-01-09</p><p><b>authoredOn</b>: 2020-02-14</p><p><b>requester</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-initiator.html\">Henry Seven, MD</a></p><p><b>performer</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-recipient.html\">Hailey Eight, MD</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 3723001}\">Arthritis (disorder)</span></p><p><b>insurance</b>: <a href=\"Coverage-coverage-bser-coverage-eve-everywoman.html\">Coverage: identifier = Member Number: 12345; status = active; type = extended healthcare; relationship = self; period = 2019-05-23 --> 2020-05-23</a></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"Bundle-bundle-bser-referral-request-document-bundle-eve-everywoman.html\">Bundle: identifier = UUID:2be4b4e4-6df1-4cb2-a947-c70fa0eda54c; type = document; timestamp = 2020-01-06 22:13:23+0000</a></li><li><a href=\"Consent-consent-bser-patientconsent-eve-everywoman.html\">Consent: status = active; scope = Privacy Consent; category = information access; dateTime = 2019-05-23; policyRule = opt-in</a></li></ul></div>" ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ] ) ] ; fhir:value [ fhir:v "88888888" ] ; fhir:assigner [ fhir:reference [ fhir:v "Organization/organization-us-core-organization-saint-luke" ] ] ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "FILL" ] ] ) ] ; fhir:value [ fhir:v "99999999" ] ; fhir:assigner [ fhir:reference [ fhir:v "Organization/organization-us-core-organization-saint-luke" ] ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:category ( [ ( fhir:coding [ a sct:313204009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "313204009" ] ; fhir:display [ fhir:v "Lifestyle education (procedure)" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:3457005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "3457005" ] ; fhir:display [ fhir:v "Patient referral" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:occurrence [ fhir:v "2020-01-09"^^xsd:date] ; # fhir:authoredOn [ fhir:v "2020-02-14"^^xsd:date] ; # fhir:requester [ fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ; # fhir:performer ( [ fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient" ] ; fhir:display [ fhir:v "Hailey Eight, MD" ] ] ) ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:3723001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "3723001" ] ; fhir:display [ fhir:v "Arthritis (disorder)" ] ] ) ; fhir:text [ fhir:v "Arthritis (disorder)" ] ] ) ; # fhir:insurance ( [ fhir:reference [ fhir:v "Coverage/coverage-bser-coverage-eve-everywoman" ] ] ) ; # fhir:supportingInfo ( [ fhir:reference [ fhir:v "Bundle/bundle-bser-referral-request-document-bundle-eve-everywoman" ] ] [ fhir:reference [ fhir:v "Consent/consent-bser-patientconsent-eve-everywoman" ] ] ) . #
IG © 2022+ HL7 Public Health Working Group. Package hl7.fhir.us.bser#2.0.0-ballot based on FHIR 4.0.1. Generated 2024-12-02
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change