@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/Organization/5b325a13-bb0f-4de9-b218-762c3efe67ab> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "5b325a13-bb0f-4de9-b218-762c3efe67ab"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization"^^xsd:anyURI ;
       fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization>
     ] )
  ] ; # 
  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: Organization 5b325a13-bb0f-4de9-b218-762c3efe67ab</b></p><a name=\"5b325a13-bb0f-4de9-b218-762c3efe67ab\"> </a><a name=\"hc5b325a13-bb0f-4de9-b218-762c3efe67ab\"> </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-Organization.html\">MODS Organization</a></p></div><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/A30045 (use: official, )</p><p><b>name</b>: Capital Comfort Care</p><p><b>address</b>: 8 Box Road London W3 7JF United Kingdom of Great Britain and Northern Ireland </p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [
       fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ;
       fhir:l <https://fhir.nhs.uk/Id/ods-organization-code>
     ] ;
     fhir:value [ fhir:v "A30045" ]
  ] ) ; # 
  fhir:name [ fhir:v "Capital Comfort Care"] ; # 
  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" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

