BSeR: Bidirectional Services_eReferral - Local Development build (v1.0.0). 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-tobacco-referral-eve-everywoman"] ; #
fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2022-09-16T18:05:40.495+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#GBFdgqdqBxULXBmZ"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-TobaccoUseCessationReferralSupportingInformation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-TobaccoUseCessationReferralSupportingInformation> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "Observation/observation-us-core-smokingstatus-eve-everywoman"^^xsd:anyURI ] ;
( fhir:resource <Observation/observation-us-core-smokingstatus-eve-everywoman> )
] [
fhir:fullUrl [ fhir:v "Observation/observation-BSeR-TelcomComm-eve-everywoman"^^xsd:anyURI ] ;
( fhir:resource <Observation/observation-BSeR-TelcomComm-eve-everywoman> )
] ) . #
<Observation/observation-us-core-smokingstatus-eve-everywoman> a fhir:Observation ;
fhir:id [ fhir:v "observation-us-core-smokingstatus-eve-everywoman"] ; #
fhir:meta [
fhir:versionId [ fhir:v "8" ] ;
fhir:lastUpdated [ fhir:v "2019-12-20T02:14:02.000-05:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>Generated Narrative: Observation</b>\n <a name=\"observation-us-core-smokingstatus-eve-everywoman\"/>\n </p>\n <div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\">\n <p style=\"margin-bottom: 0px\">Resource Observation "observation-us-core-smokingstatus-eve-everywoman" Version "8" Updated "2019-12-20 02:14:02-0500" </p>\n <p style=\"margin-bottom: 0px\">Profile: \n <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-smokingstatus.html\">US Core Smoking Status Observation Profile</a>\n </p>\n </div>\n <p>\n <b>status</b>: final\n </p>\n <p>\n <b>category</b>: Social History \n <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (\n <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)\n </span>\n </p>\n <p>\n <b>code</b>: Tobacco smoking status \n <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (\n <a href=\"https://loinc.org/\">LOINC</a>#72166-2)\n </span>\n </p>\n <p>\n <b>subject</b>: \n <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Patient/patient-us-core-patient-eve-everywoman: Eve Everywoman</a> " EVERYWOMAN"\n </p>\n <p>\n <b>effective</b>: 2019-01-17\n </p>\n <p>\n <b>value</b>: Current some day smoker \n <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (\n <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#428041000124106)\n </span>\n </p>\n </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 "social-history" ] ;
fhir:display [ fhir:v "Social History" ] ] ) ;
fhir:text [ fhir:v "Social History" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:72166-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72166-2" ] ;
fhir:display [ fhir:v "Tobacco smoking status" ] ] ) ;
fhir:text [ fhir:v "Tobacco smoking status" ]
] ; #
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-17"^^xsd:date] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:428041000124106 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "428041000124106" ] ] ) ;
fhir:text [ fhir:v "Current some day smoker" ]
] . #
<Observation/observation-BSeR-TelcomComm-eve-everywoman> a fhir:Observation ;
fhir:id [ fhir:v "observation-BSeR-TelcomComm-eve-everywoman"] ; #
fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2019-12-20T15:26:07.000-05:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-TelcomCommunicationPreferences"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-TelcomCommunicationPreferences> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-BSeR-TelcomComm-eve-everywoman</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">1</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-12-20T03:18:34.000-05:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-TelcomCommunicationPreferences</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Best Day To Call</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Best Day To Call</div> ( \n <div title=\"code\">BDTC</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org/fhir/us/bser/CodeSystem/bser\">http://hl7.org/fhir/us/bser/CodeSystem/bser</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectiveDateTime</td>\n <td>\n <div title=\"effectiveDateTime\">2019-01-17</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueString</td>\n <td>\n <div title=\"valueString\">Monday</div>\n </td>\n </tr>\n </table>\n </div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/bser"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BDTC" ] ;
fhir:display [ fhir:v "Best Day To Call" ] ] ) ;
fhir:text [ fhir:v "Best Day To Call" ]
] ; #
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-17"^^xsd:date] ; #
fhir:value [ fhir:v "Monday"] . #
IG © 2020+ HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm). Package hl7.fhir.us.bser#1.0.0 based on FHIR 4.0.1. Generated 2023-04-06
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change