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
: Composition - Eve Everywoman - Diabetes Prevention Referral Request - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "composition-bser-referral-request-diabetes-everywoman"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralRequestComposition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralRequestComposition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-bser-referral-request-diabetes-everywoman</b></p><a name=\"composition-bser-referral-request-diabetes-everywoman\"> </a><a name=\"hccomposition-bser-referral-request-diabetes-everywoman\"> </a><a name=\"composition-bser-referral-request-diabetes-everywoman-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 57133-1}\">Referral note</span></p><p><b>date</b>: 2020-01-02 22:13:23+0000</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-initiator.html\">Henry Seven, MD</a></p><p><b>title</b>: Referral request</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:57133-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57133-1" ] ;
fhir:display [ fhir:v "Referral 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-02T22:13:23Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator" ] ;
fhir:display [ fhir:v "Henry Seven, MD" ]
] ) ; #
fhir:title [ fhir:v "Referral request"] ; #
fhir:section ( [
fhir:title [ fhir:v "Other Supporting Information" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/bser"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OSI" ] ;
fhir:display [ fhir:v "Other Supporting Information" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-us-core-social-history-education-eve-everywoman" ] ] )
] [
fhir:title [ fhir:v "Diabetes Prevention Referral Request Supporting Information" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/bser"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DPRSI" ] ;
fhir:display [ fhir:v "Diabetes Prevention Referral Supporting Information" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-us-core-observation-lab-ha1c-eve-everywoman" ] ] [
fhir:reference [ fhir:v "Observation/observation-us-core-blood-pressure-eve-everywoman" ] ] [
fhir:reference [ fhir:v "Observation/observation-us-core-body-height-eve-everywoman" ] ] [
fhir:reference [ fhir:v "Observation/observation-us-core-body-weight-eve-everywoman" ] ] [
fhir:reference [ fhir:v "Observation/observation-us-core-bmi-eve-everywoman" ] ] )
] ) . #