Patient Flags - NHS England - Implementation Guide STU1
0.4.0 - ci-build

Patient Flags - NHS England - Implementation Guide STU1 - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FGM example of a patient Flag resource - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Flag ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FGMPatientFlagExample1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.nhs.uk/England/StructureDefinition/PatientFlag"^^xsd:anyURI ;
fhir:link <https://fhir.nhs.uk/England/StructureDefinition/PatientFlag>     ] )
  ] ; # 
  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: Flag FGMPatientFlagExample1</b></p><a name=\"FGMPatientFlagExample1\"> </a><a name=\"hcFGMPatientFlagExample1\"> </a><a name=\"hcFGMPatientFlagExample1-en-US\"> </a><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{https://fhir.nhs.uk/England/CodeSystem/PatientFlagCategory FGM}\">Female Genital Mutilation Flag</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Alan Mann (official) Male, DoB: 1970-01-01 ( https://fhir.nhs.uk/Id/nhs-number#9912003888)</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Provenance  #3fc83fd8-4a6d-48e4-91ab-12bb10a4a834</b></p><a name=\"FGMPatientFlagExample1/3fc83fd8-4a6d-48e4-91ab-12bb10a4a834\"> </a><a name=\"hcFGMPatientFlagExample1/3fc83fd8-4a6d-48e4-91ab-12bb10a4a834\"> </a><a name=\"hcFGMPatientFlagExample1/3fc83fd8-4a6d-48e4-91ab-12bb10a4a834-en-US\"> </a><p>Provenance for <a href=\"#hcFGMPatientFlagExample1/3fc83fd8-4a6d-48e4-91ab-12bb10a4a834\">Provenance for this resource </a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2024-01-01 11:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Role</b></td><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td/><td><a href=\"https://simplifier.net/resolve?scope=careconnect.stu3.03.00.00@3.1.0&amp;canonical=https://sds.spineservices.nhs.uk/STU3/Practitioner/2ee4tr6a9\">??</a></td><td><a href=\"https://simplifier.net/resolve?scope=careconnect.stu3.03.00.00@3.1.0&amp;canonical=https://directory.spineservices.nhs.uk/STU3/Organization/a3e5i7\">??</a></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Provenance ;
fhir:id [ fhir:v "3fc83fd8-4a6d-48e4-91ab-12bb10a4a834" ] ;
    ( fhir:target [
fhir:reference [ fhir:v "#" ]     ] ) ;
fhir:recorded [ fhir:v "2024-01-01T11:00:00+00:00"^^xsd:dateTime ] ;
fhir:activity [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CREATE" ] ;
fhir:display [ fhir:v "create" ]       ] )     ] ;
    ( fhir:agent [
      ( fhir:role [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-SDSJobRoleName-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R0260" ] ;
fhir:display [ fhir:v "General Medical Practitioner" ]         ] )       ] ) ;
fhir:who [
fhir:link <https://sds.spineservices.nhs.uk/STU3/Practitioner/2ee4tr6a9> ;
fhir:reference [ fhir:v "https://sds.spineservices.nhs.uk/STU3/Practitioner/2ee4tr6a9" ]       ] ;
fhir:onBehalfOf [
fhir:link <https://directory.spineservices.nhs.uk/STU3/Organization/a3e5i7> ;
fhir:reference [ fhir:v "https://directory.spineservices.nhs.uk/STU3/Organization/a3e5i7" ]       ]     ] )
  ] ) ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.nhs.uk/England/StructureDefinition/Extension-FlagNotes"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "Example of flag notes extension text in patient flag" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.nhs.uk/England/CodeSystem/PatientFlagCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FGM" ] ;
fhir:display [ fhir:v "Female Genital Mutilation Flag" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample1" ]
  ] . #