Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions
: maximal-self-referral - 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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "maximal-self-referral"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://commonprofiles.care/fhir/StructureDefinition/ServiceRequestSelfReferralSECommonsLite"^^xsd:anyURI ;
fhir:link <https://commonprofiles.care/fhir/StructureDefinition/ServiceRequestSelfReferralSECommonsLite> ] )
] ; #
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: ServiceRequest maximal-self-referral</b></p><a name=\"maximal-self-referral\"> </a><a name=\"hcmaximal-self-referral\"> </a><a name=\"maximal-self-referral-sv-SE\"> </a><p><b>identifier</b>: <code>http://example.org/referral-ids</code>/REF-12345</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: <a href=\"Patient-maximal-patient.html\">Kalle Krank (official) Male, DoB: 1912-12-12 ( http://electronichealth.se/identifier/nationelltReservnumer#198010101010 (use: official, period: 1980-01-01 --> (ongoing)))</a></p><p><b>authoredOn</b>: 2023-05-18 10:30:00+0000</p><p><b>performer</b>: <a href=\"Organization-maximal-organization.html\">Organization Svenska Vårdcentralen</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 422400008}\">Patient complains of regular vomiting</span></p><p><b>note</b>: Patient reports experiencing abdominal pain for the past 3 days, which has been gradually worsening. No known triggers or relieving factors. No associated symptoms such as fever, nausea, or vomiting.</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/referral-ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "REF-12345" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ] ] )
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/maximal-patient" ]
] ; #
fhir:authoredOn [ fhir:v "2023-05-18T10:30:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/maximal-organization" ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:422400008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "422400008" ] ;
fhir:display [ fhir:v "kräkning" ] ] ) ;
fhir:text [ fhir:v "Patient complains of regular vomiting" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Patient reports experiencing abdominal pain for the past 3 days, which has been gradually worsening. No known triggers or relieving factors. No associated symptoms such as fever, nausea, or vomiting." ]
] ) . #