BSeR: Bidirectional Services_eReferral - Local Development build (v2.0.0-connectathon). See the Directory of published versions
: observation-ParticipationFeedbackObservation-2-eve-everywoman - TTL Representation
Raw ttl | Download
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-ParticipationFeedbackObservation-2-eve-everywoman"] ; #
fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2023-03-31T04:46:34.089+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#6XBFjBCHSkAE93pb"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ParticipationFeedbackObservation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ParticipationFeedbackObservation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"observation-ParticipationFeedbackObservation-2-eve-everywoman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "observation-ParticipationFeedbackObservation-2-eve-everywoman" Version "3" Updated "2023-03-31 04:46:34+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #6XBFjBCHSkAE93pb!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-BSeR-ParticipationFeedbackObservation.html\">BSeR Participation Feedback Observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Number of appointments missed (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#298058004)</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Patient/patient-us-core-patient-eve-everywoman: Eve Everywoman</a> " EVERYWOMAN"</p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"PractitionerRole-practitionerrole-bser-referral-recipient.html\">PractitionerRole/practitionerrole-bser-referral-recipient</a></p><p><b>value</b>: 1</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:298058004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "298058004" ] ;
fhir:display [ fhir:v "Number of appointments missed (observable entity)" ] ] ) ;
fhir:text [ fhir:v "Number of appointments missed (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-17"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-bser-referral-recipient" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ]
] . #