This page is part of the DaVinci PDEX Plan Net (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
@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:Endpoint; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "direct321"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Endpoint"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Endpoint> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: direct321</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>connectionType</b>: Direct Project (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code direct-project = 'Direct Project', stated as 'Direct Project')</p><p><b>name</b>: Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address</p><p><b>managingOrganization</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital. Generated Summary: id: foundingfathers; NPI = 1345678910 (OFFICIAL); active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Hospital</span>; name: Founding Fathers Memorial Hospital; alias: DC Memorial Hospital; ph: 202-101-0123</a></p><p><b>contact</b>: ph: 202-101-0123(WORK)</p><p><b>period</b>: Nov 19, 2014, 12:00:00 AM --> (ongoing)</p><p><b>payloadType</b>: HL7 CCD Document <span style=\"background: LightGoldenRodYellow\">(Details : {urn:oid:1.3.6.1.4.1.19376.1.2.3 code 'urn:ihe:pcc:xphr:2007' = 'urn:ihe:pcc:xphr:2007', given as 'HL7 CCD Document'})</span></p><p><b>payloadMimeType</b>: application/hl7-v3+xml</p><p><b>address</b>: <a href=\"mailto:heart@direct.ffhospital.com\">heart@direct.ffhospital.com</a></p></div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "type" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/vhdir/CodeSystem/usecase" ]; fhir:Coding.code [ fhir:value "treatment" ]; fhir:Coding.display [ fhir:value "treatment" ] ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "standard" ]; fhir:Extension.valueUri [ fhir:value "http://wiki.directproject.org/file/view/2011-03-09%20PDF%20-%20XDR%20and%20XDM%20for%20Direct%20Messaging%20Specification_FINAL.pdf" ] ]; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/vhdir/StructureDefinition/endpoint-usecase" ] ]; fhir:Endpoint.status [ fhir:value "active"]; fhir:Endpoint.connectionType [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ]; fhir:Coding.code [ fhir:value "direct-project" ]; fhir:Coding.display [ fhir:value "Direct Project" ] ]; fhir:Endpoint.name [ fhir:value "Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address"]; fhir:Endpoint.managingOrganization [ fhir:Reference.reference [ fhir:value "Organization/foundingfathers" ]; fhir:Reference.display [ fhir:value "Founding Fathers Memorial Hospital" ] ]; fhir:Endpoint.contact [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "202-101-0123" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Endpoint.period [ fhir:Period.start [ fhir:value "2014-11-19"^^xsd:date ] ]; fhir:Endpoint.payloadType [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:1.3.6.1.4.1.19376.1.2.3" ]; fhir:Coding.code [ fhir:value "urn:ihe:pcc:xphr:2007" ]; fhir:Coding.display [ fhir:value "HL7 CCD Document" ] ] ]; fhir:Endpoint.payloadMimeType [ fhir:value "application/hl7-v3+xml"; fhir:index 0 ]; fhir:Endpoint.address [ fhir:value "mailto:heart@direct.ffhospital.com"]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.