@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.se/fhir/r4/ig/medicalalertinformation/Flag/SEAlertInformation-4-PresenceOfImplantFlagExample> a fhir:Flag ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SEAlertInformation-4-PresenceOfImplantFlagExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.se/fhir/r4/ig/medicalalertinformation/StructureDefinition/SEAlertInformation-4-PresenceOfImplantFlag"^^xsd:anyURI ;
       fhir:l <http://hl7.se/fhir/r4/ig/medicalalertinformation/StructureDefinition/SEAlertInformation-4-PresenceOfImplantFlag>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag SEAlertInformation-4-PresenceOfImplantFlagExample</b></p><a name=\"SEAlertInformation-4-PresenceOfImplantFlagExample\"> </a><a name=\"hcSEAlertInformation-4-PresenceOfImplantFlagExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SEAlertInformation-4-PresenceOfImplantFlag.html\">SE AlertInformation 4 Presence Of Implant Flag Profile</a></p></div><p><b>SE Alert Label Extension</b>: <span title=\"Codes:{http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertLabelCS blodsmitta-hos-gravid}\">Blodsmitta hos gravid</span></p><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertInformationICD10SECS Z95.0}\">Förekomst av elektronisk kardiell anordning</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">John Bob Goode Johansson(official) Male, DoB: 1950-09-07 ( http://electronichealth.se/identifier/personnummer#195009072553)</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.se/fhir/r4/ig/medicalalertinformation/StructureDefinition/SEAlertLabelExtension"^^xsd:anyURI ;
       fhir:l <http://hl7.se/fhir/r4/ig/medicalalertinformation/StructureDefinition/SEAlertLabelExtension>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertLabelCS"^^xsd:anyURI ;
           fhir:l <http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertLabelCS>
         ] ;
         fhir:code [ fhir:v "blodsmitta-hos-gravid" ] ;
         fhir:display [ fhir:v "Blodsmitta hos gravid" ]
       ] )
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertInformationICD10SECS"^^xsd:anyURI ;
         fhir:l <http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertInformationICD10SECS>
       ] ;
       fhir:code [ fhir:v "Z95.0" ] ;
       fhir:display [ fhir:v "Förekomst av elektronisk kardiell anordning" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.se/fhir/r4/ig/medicalalertinformation/Patient/PatientExample1> ;
     fhir:reference [ fhir:v "Patient/PatientExample1" ]
  ] . # 

# -------------------------------------------------------------------------------------

