@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "361aaa44-9955-4cd4-8f55-9f7df3537e17"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "2" ]; fhir:Meta.lastUpdated [ fhir:value "2020-08-18T14:05:15.893+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#Q8o9osICOCKRtBw9" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-National-Reporting-Jurisdiction"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

identifier: id: 25

name: Massachusetts

alias: MA

type: National reporting jurisdiction

" ]; fhir:Location.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "25" ] ]; fhir:Location.name [ fhir:value "Massachusetts"]; fhir:Location.alias [ fhir:value "MA"; fhir:index 0 ]; fhir:Location.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:77968-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "77968-6" ]; fhir:Coding.display [ fhir:value "National reporting jurisdiction" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------