@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/ndh/Location/LocationGen2> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "LocationGen2"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-06-25T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Location" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Location>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en-US"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationGen2</b></p><a name=\"LocationGen2\"> </a><a name=\"hcLocationGen2\"> </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\">Last updated: 2022-06-25 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Location.html\">NDH Location Profile</a></p></div><blockquote><p><b>NDH New Patients</b></p><ul><li>acceptingPatients: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/accepting-patients newpt}\">Accepting new and existing patients</span></li><li>fromNetwork: <a href=\"Organization-NetworkGen1.html\">Organization NetworkGen1</a></li></ul></blockquote><p><b>NDH Verification Status</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS complete}\">Complete</span></p><p><b>identifier</b>: <code>http://example.org/ndh-identifiers</code>/LocationGen2</p><p><b>status</b>: Active</p><p><b>name</b>: LocationGen2</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "acceptingPatients" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/accepting-patients" ] ;
           fhir:Coding.code [ fhir:value "newpt" ] ;
           fhir:Coding.display [ fhir:value "Accepting new and existing patients" ]
         ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "fromNetwork" ] ;
       fhir:Extension.valueReference [
         fhir:link <http://hl7.org/fhir/us/ndh/Organization/NetworkGen1> ;
         fhir:Reference.reference [ fhir:value "Organization/NetworkGen1" ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-newpatients" ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS" ] ;
         fhir:Coding.code [ fhir:value "complete" ] ;
         fhir:Coding.display [ fhir:value "Complete" ]
       ]
     ]
  ] ;
  fhir:Location.identifier [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status" ] ;
       fhir:Extension.valueCode [ fhir:value "active" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://example.org/ndh-identifiers" ] ;
     fhir:Identifier.value [ fhir:value "LocationGen2" ]
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "LocationGen2"] .

<http://hl7.org/fhir/us/ndh/Organization/NetworkGen1> a fhir:us .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/us/ndh/Location/LocationGen2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/us/ndh/Location/LocationGen2.ttl> .

# -------------------------------------------------------------------------------------

