Swedish Alert Information Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: SEAlertInformationFlagExample - 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:Flag ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SEAlertInformationFlagExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.se/fhir/ig/alertinformation/StructureDefinition/SEAlertInformationFlag"^^xsd:anyURI ;
fhir:link <http://hl7.se/fhir/ig/alertinformation/StructureDefinition/SEAlertInformationFlag> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag SEAlertInformationFlagExample</b></p><a name=\"SEAlertInformationFlagExample\"> </a><a name=\"hcSEAlertInformationFlagExample\"> </a><a name=\"SEAlertInformationFlagExample-en-US\"> </a><p><b>Flag details</b>: <a href=\"Observation-SEAlertInformationIncidenceOfInfectiousDiseaseObservationExample.html\">blodsmitta hos gravid</a></p><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 64301000052105}\">blodsmitta hos gravid</span></p><p><b>subject</b>: <a href=\"Patient/example\">Förnamn Efternamn</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/flag-detail"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Observation/SEAlertInformationIncidenceOfInfectiousDiseaseObservationExample" ] ;
fhir:display [ fhir:v "blodsmitta hos gravid" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:code [
( fhir:coding [
a sct:64301000052105 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64301000052105" ] ;
fhir:display [ fhir:v "blodsmitta hos gravid" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Förnamn Efternamn" ]
] . #