BSeR: Bidirectional Services_eReferral - Local Development build (v1.0.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@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-arthritis-referral-feedback-eve-everywoman"] ; #
fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2022-09-16T16:42:28.130+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#Z39KsNaqZRJn0iMd"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ArthritisReferralFeedbackSupportingInformation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ArthritisReferralFeedbackSupportingInformation> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "Observation/observation-BSeR-ArthritisFeedbackObservation-1-eve-everywoman"^^xsd:anyURI ] ;
( fhir:resource <Observation/observation-BSeR-ArthritisFeedbackObservation-1-eve-everywoman> )
] [
fhir:fullUrl [ fhir:v "Observation/observation-BSeR-ArthritisFeedbackObservation-2-eve-everywoman"^^xsd:anyURI ] ;
( fhir:resource <Observation/observation-BSeR-ArthritisFeedbackObservation-2-eve-everywoman> )
] ) . #
<Observation/observation-BSeR-ArthritisFeedbackObservation-1-eve-everywoman> a fhir:Observation ;
fhir:id [ fhir:v "observation-BSeR-ArthritisFeedbackObservation-1-eve-everywoman"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ArthritisFeedbackObservation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ArthritisFeedbackObservation> ] )
] ; #
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-ArthritisFeedbackObservation-1-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\">3</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-12-10T21:56:18.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-ArthritisFeedbackObservation</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 <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Endurance (observable entity)</div> (\n \n <div title=\"code\">406203001</div> )\n \n \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</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-18T22:33:22Z</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">performer</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <a href=\"PractitionerRole-practitionerrole-bser-referral-recipient.html\">PractitionerRole/practitionerrole-bser-referral-recipient</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Patient's condition improved (finding)</div> (\n \n <div title=\"code\">268910001</div> )\n \n \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:406203001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "406203001" ] ;
fhir:display [ fhir:v "Endurance (observable entity)" ] ] )
] ; #
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-bser-referral-recipient" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:268910001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "268910001" ] ;
fhir:display [ fhir:v "Patient's condition improved (finding)" ] ] )
] . #
<Observation/observation-BSeR-ArthritisFeedbackObservation-2-eve-everywoman> a fhir:Observation ;
fhir:id [ fhir:v "observation-BSeR-ArthritisFeedbackObservation-2-eve-everywoman"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ArthritisFeedbackObservation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ArthritisFeedbackObservation> ] )
] ; #
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-ArthritisFeedbackObservation-2-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\">3</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-12-10T21:56: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-ArthritisFeedbackObservation</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 <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Pain management (procedure)</div> (\n \n <div title=\"code\">278414003</div> )\n \n \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</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-18T22:33:22Z</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">performer</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <a href=\"PractitionerRole-practitionerrole-bser-referral-recipient.html\">PractitionerRole/practitionerrole-bser-referral-recipient</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueBoolean</td>\n <td>\n <div title=\"valueBoolean\">true</div>\n </td>\n </tr>\n </table>\n </div>"
] ; #
fhir:status [ fhir:v "final"] ; #
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-bser-referral-recipient" ]
] ) ; #
fhir:value [ fhir:v "true"^^xsd:boolean] . #
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