@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-07-30T05:28:31.000-06:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-organization-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization Example1

identifier: Organization identifier/DF-404, National provider identifier/4664925060, Tax ID number/4097734063

active: true

type: Healthcare Provider

name: Main Health System

telecom: ph: 214123456798011(Mobile), 214123456688011

address: Facility Address Line 1 Facility Address Line 2 Manchester TX 75002 US

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "XX" ] ; fhir:display [ fhir:v "Organization identifier" ] ] ) ; fhir:text [ fhir:v "Organization identifier" ] ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORGANIZATION/1000-4-9390"^^xsd:anyURI ] ; fhir:value [ fhir:v "DF-404" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NPI" ] ] ) ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "4664925060" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAX" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "4097734063" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "prov" ] ; fhir:display [ fhir:v "Healthcare Provider" ] ] ) ; fhir:text [ fhir:v "Healthcare Provider" ] ] ) ; # fhir:name [ fhir:v "Main Health System"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "214123456798011" ] ; fhir:use [ fhir:v "mobile" ] ] [ fhir:system [ fhir:v "pager" ] ; fhir:value [ fhir:v "214123456688011" ] ] ) ; # fhir:address ( [ fhir:line ( [ fhir:v "Facility Address Line 1" ] [ fhir:v "Facility Address Line 2" ] ) ; fhir:city [ fhir:v "Manchester" ] ; fhir:state [ fhir:v "TX" ] ; fhir:postalCode [ fhir:v "75002 " ] ; fhir:country [ fhir:v "US" ] ] ) . # # -------------------------------------------------------------------------------------