PatientScheduling - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: FamilyMedicinePractice - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FamilyMedicinePractice"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/smart-location"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/smart-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location FamilyMedicinePractice</b></p><a name=\"FamilyMedicinePractice\"> </a><a name=\"hcFamilyMedicinePractice\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smart-location.html\">SMART Location</a></p></div><p><b>identifier</b>: <code>https://cdc.gov/vaccines/programs/vtrcks</code>/CV1654321</p><p><b>name</b>: Family Medicine Practice in Pittsfield, MA</p><p><b>description</b>: Family medicine clinic that offers in-person visits and virtual</p><p><b>telecom</b>: ph: 413-000-0000, <a href=\"https://pharmacy.example.com\">https://pharmacy.example.com</a></p><p><b>address</b>: 173 Elm St Pittsfield MA 01201-7223 </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type vi}\">Virtual</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://cdc.gov/vaccines/programs/vtrcks"^^xsd:anyURI ;
fhir:l <https://cdc.gov/vaccines/programs/vtrcks> ] ;
fhir:value [ fhir:v "CV1654321" ]
] ) ; #
fhir:name [ fhir:v "Family Medicine Practice in Pittsfield, MA"] ; #
fhir:description [ fhir:v "Family medicine clinic that offers in-person visits and virtual"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "413-000-0000" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://pharmacy.example.com" ]
] ) ; #
fhir:address [
( fhir:line [ fhir:v "173 Elm St" ] ) ;
fhir:city [ fhir:v "Pittsfield" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01201-7223" ]
] ; #
fhir:physicalType [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/location-physical-type> ] ;
fhir:code [ fhir:v "vi" ] ] )
] . #