@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "http-www.lrg-sequence.org"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
\n \n \n \n \n \n \n
\n \n
\n
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ; fhir:value [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/NamingSystem/http-www.lrg-sequence.org"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ; fhir:value [ fhir:v "23.1.0" ] ] ) ; # fhir:name [ fhir:v " LRG : Locus Reference Genomic Sequences"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "codesystem"] ; # fhir:date [ fhir:v "2024-07-22T03:20:53-07:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "athenahealth"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://athenahealth.com" ] ] ) ] ) ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ] ) ] ) ; # fhir:uniqueId ( [ fhir:type [ fhir:v "uri" ] ; fhir:value [ fhir:v "http://www.lrg-sequence.org" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] [ fhir:type [ fhir:v "oid" ] ; fhir:value [ fhir:v "2.16.840.1.113883.6.174" ] ; fhir:preferred [ fhir:v "false"^^xsd:boolean ] ] ) . # # -------------------------------------------------------------------------------------