@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 -------------------------------------------------------------------

<https://ig.phase2.scip.synanetics.cloud/Patient/7250cf6a-b028-4eee-8c10-402f13a6e4c6> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "7250cf6a-b028-4eee-8c10-402f13a6e4c6"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Patient"^^xsd:anyURI ;
       fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Patient>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 7250cf6a-b028-4eee-8c10-402f13a6e4c6</b></p><a name=\"7250cf6a-b028-4eee-8c10-402f13a6e4c6\"> </a><a name=\"hc7250cf6a-b028-4eee-8c10-402f13a6e4c6\"> </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-MODS-Patient.html\">MODS Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mike Meakin  Male, DoB: 1970-01-01 ( https://fhir.hl7.org.uk/Id/nino#AA998877BB)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland 9}\">Not known</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>https://fhir.nhs.uk/Id/nhs-number</code>/9658218873 (use: official, )</li><li><code>https://example.org/Id/client-id</code>/9874560000</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">8 Box Road London W3 7JF United Kingdom of Great Britain and Northern Ireland </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Information that describes the patient's ethnic category.\"><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.0.2&amp;canonical=https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory\">Extension UK Core Ethnic Category</a></td><td colspan=\"3\"><span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland A}\">White - British</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The gender identity of a PERSON as stated by the PERSON.\"><a href=\"StructureDefinition-Extension-MODS-PersonGenderIdentity.html\">Extension MODS Person Gender Identity</a></td><td colspan=\"3\"><span title=\"Codes:{https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-PersonGenderIdentityCode-1 1}\">Male (including trans man)</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The RELIGIOUS_OR_OTHER_BELIEF_SYSTEM_AFFILIATION of a PERSON, as specified by a PERSON. Note: This is the Religious_Affiliation of a PERSON, not their Religion.\"><a href=\"StructureDefinition-Extension-MODS-PersonReligiousAffiliation.html\">Extension MODS Religious Affiliation</a></td><td colspan=\"3\"><span title=\"Codes:{https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-PersonReligionCode-1 N1}\">PATIENT Religion Unknown</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indication of the person's sexual preferences\"><a href=\"StructureDefinition-Extension-MODS-PersonSexualOrientation.html\">Extension MODS Sexual Orientation</a></td><td colspan=\"3\"><span title=\"Codes:{http://snomed.info/ct 20430005}\">Heterosexual</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"An extension to support the patient's phenotypic sex at birth.\"><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.0.2&amp;canonical=https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex\">Extension UK Core Birth Sex</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender M}\">Male</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex"^^xsd:anyURI ;
       fhir:l <https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender>
         ] ;
         fhir:code [ fhir:v "M" ] ;
         fhir:display [ fhir:v "Male" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonGenderIdentity"^^xsd:anyURI ;
       fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonGenderIdentity>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-PersonGenderIdentityCode-1"^^xsd:anyURI ;
           fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-PersonGenderIdentityCode-1>
         ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Male (including trans man)" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory"^^xsd:anyURI ;
       fhir:l <https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"^^xsd:anyURI ;
           fhir:l <https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland>
         ] ;
         fhir:code [ fhir:v "A" ] ;
         fhir:display [ fhir:v "White - British" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonReligiousAffiliation"^^xsd:anyURI ;
       fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonReligiousAffiliation>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-PersonReligionCode-1"^^xsd:anyURI ;
           fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-PersonReligionCode-1>
         ] ;
         fhir:code [ fhir:v "N1" ] ;
         fhir:display [ fhir:v "PATIENT Religion Unknown" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonSexualOrientation"^^xsd:anyURI ;
       fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonSexualOrientation>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://snomed.info/ct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/ct>
         ] ;
         fhir:code [ fhir:v "20430005" ] ;
         fhir:display [ fhir:v "Heterosexual" ]
       ] )
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"^^xsd:anyURI ;
         fhir:l <https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus>
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"^^xsd:anyURI ;
             fhir:l <https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland>
           ] ;
           fhir:code [ fhir:v "01" ] ;
           fhir:display [ fhir:v "Number present and verified" ]
         ] )
       ]
     ] ) ;
     fhir:use [ fhir:v "official" ] ;
     fhir:system [
       fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ;
       fhir:l <https://fhir.nhs.uk/Id/nhs-number>
     ] ;
     fhir:value [ fhir:v "9658218873" ]
  ] [
     fhir:system [
       fhir:v "https://fhir.hl7.org.uk/Id/nino"^^xsd:anyURI ;
       fhir:l <https://fhir.hl7.org.uk/Id/nino>
     ] ;
     fhir:value [ fhir:v "AA998877BB" ]
  ] [
     fhir:system [
       fhir:v "https://example.org/Id/client-id"^^xsd:anyURI ;
       fhir:l <https://example.org/Id/client-id>
     ] ;
     fhir:value [ fhir:v "9874560000" ]
  ] ) ; # 
  fhir:name ( [
     fhir:family [ fhir:v "Meakin" ] ;
     fhir:given ( [ fhir:v "Mike" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1970-01-01"^^xsd:date] ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-AddressCountry"^^xsd:anyURI ;
         fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-AddressCountry>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-Country-1"^^xsd:anyURI ;
           fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-Country-1>
         ] ;
         fhir:code [ fhir:v "GB" ] ;
         fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]
       ]
     ] ) ;
     fhir:line ( [ fhir:v "8 Box Road" ] [ fhir:v "London" ] ) ;
     fhir:postalCode [ fhir:v "W3 7JF" ] ;
     fhir:country [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]
  ] ) ; # 
  fhir:maritalStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"^^xsd:anyURI ;
         fhir:l <https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland>
       ] ;
       fhir:code [ fhir:v "9" ] ;
       fhir:display [ fhir:v "Not known" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

