Making Electronic Data More available for Research and Public Health (MedMorph) 1.0.0 - STU 1
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@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 ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-pha-org"] ; # fhir:meta [ fhir:versionId [ fhir:v "7" ] ; fhir:lastUpdated [ fhir:v "2022-07-29T23:37:47.365+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#YCkzCMwHIRSF9qF9"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p> Public Health Organization</p> \n </div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1063494177" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name [ fhir:v "Example PHA Organization"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(816)932-2000" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:text [ fhir:v "3300 Washtenaw Avenue, Suite 227 Altanta GA" ] ; ( fhir:line [ fhir:v "4401 Wornall Rd," ] ) ; fhir:city [ fhir:v "Atlanta" ] ; fhir:state [ fhir:v "GA" ] ; fhir:postalCode [ fhir:v "81452" ] ] ) ; # fhir:endpoint ( [ fhir:reference [ fhir:v "Endpoint/example-ph-endpoint" ] ] ) . #