Da Vinci - Coverage Requirements Discovery, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-crd/ and changes regularly. 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "search-response"] ; #
fhir:type [ fhir:v "batch-response"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/Patient/123"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/Patient/123> ) ;
fhir:response [
fhir:status [ fhir:v "200" ] ;
fhir:lastModified [ fhir:v "2019-03-15T15:38:13.028Z"^^xsd:dateTime ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:f95e9abf-1c8f-4873-ad15-f6f016334568"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:f95e9abf-1c8f-4873-ad15-f6f016334568> ) ;
fhir:response [
fhir:status [ fhir:v "200" ] ;
fhir:lastModified [ fhir:v "2019-03-15T15:38:13.028Z"^^xsd:dateTime ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:c81d99b6-caf9-4e01-8eda-0550a837def3"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:c81d99b6-caf9-4e01-8eda-0550a837def3> ) ;
fhir:response [
fhir:status [ fhir:v "200" ] ;
fhir:lastModified [ fhir:v "2019-03-15T15:38:13.028Z"^^xsd:dateTime ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:ee0d8bb2-f7a1-4b53-bfff-902dd4513b07"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:ee0d8bb2-f7a1-4b53-bfff-902dd4513b07> ) ;
fhir:response [
fhir:status [ fhir:v "200" ] ;
fhir:lastModified [ fhir:v "2019-03-15T15:38:13.011Z"^^xsd:dateTime ] ]
] ) . #
<http://example.org/someEHR/fhir/Patient/123> a fhir:Patient ;
fhir:id [ fhir:v "123"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Amy V. Baxter </b> female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: USUAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Amy V. Shaw (OLD)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 555-555-5555(HOME)</li><li><a href=\"mailto:amy.shaw@example.com\">amy.shaw@example.com</a></li><li>49 MEADOW ST MOUNDS OK 74047 US (OLD)</li><li>183 MOUNTAIN VIEW ST MOUNDS OK 74048 US </li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex"^^xsd:anyURI ] ;
fhir:value [ fhir:v "248152002" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "Unknown" ] ] ) ;
fhir:text [ fhir:v "Unknown" ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record Number" ] ] ) ;
fhir:text [ fhir:v "Medical Record Number" ] ] ;
fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1032702" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "old" ] ;
fhir:family [ fhir:v "Shaw" ] ;
( fhir:given [ fhir:v "Amy" ] [ fhir:v "V." ] ) ;
fhir:period [
fhir:start [ fhir:v "2016-12-06"^^xsd:date ] ;
fhir:end [ fhir:v "2020-07-22"^^xsd:date ] ]
] [
fhir:family [ fhir:v "Baxter" ] ;
( fhir:given [ fhir:v "Amy" ] [ fhir:v "V." ] ) ;
( fhir:suffix [ fhir:v "PharmD" ] ) ;
fhir:period [
fhir:start [ fhir:v "2020-07-22"^^xsd:date ] ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-555-5555" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "amy.shaw@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1987-02-20"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "old" ] ;
( fhir:line [ fhir:v "49 MEADOW ST" ] ) ;
fhir:city [ fhir:v "MOUNDS" ] ;
fhir:state [ fhir:v "OK" ] ;
fhir:postalCode [ fhir:v "74047" ] ;
fhir:country [ fhir:v "US" ] ;
fhir:period [
fhir:start [ fhir:v "2016-12-06"^^xsd:date ] ;
fhir:end [ fhir:v "2020-07-22"^^xsd:date ] ]
] [
( fhir:line [ fhir:v "183 MOUNTAIN VIEW ST" ] ) ;
fhir:city [ fhir:v "MOUNDS" ] ;
fhir:state [ fhir:v "OK" ] ;
fhir:postalCode [ fhir:v "74048" ] ;
fhir:country [ fhir:v "US" ] ;
fhir:period [
fhir:start [ fhir:v "2020-07-22"^^xsd:date ] ]
] ) . #
<urn:uuid:f95e9abf-1c8f-4873-ad15-f6f016334568> a fhir:Bundle ;
fhir:id [ fhir:v "f95e9abf-1c8f-4873-ad15-f6f016334568"] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "Encounter?_id=987&_include=Encounter:service-provider&_include=Encounter:practitioner&_include=Encounter:location"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/Encounter/987"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/Encounter/987> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ] ]
] [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/Location/hospital"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/Location/hospital> ) ;
fhir:search [
fhir:mode [ fhir:v "include" ] ]
] ) . #
<http://example.org/someEHR/fhir/Encounter/987> a fhir:Encounter ;
fhir:id [ fhir:v "987"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>status</b>: finished</p><p><b>class</b>: ambulatory</p><p><b>type</b>: Office Visit</p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example</a> " SHAW"</p><p><b>period</b>: 2015-11-01 17:00:14-0500 --> 2015-11-01 18:00:14-0500</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td>Holy Family Hospital</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99211" ] ] ) ;
fhir:text [ fhir:v "Office Visit" ]
] ) ; #
fhir:subject [
fhir:link <http://example.org/someEHR/fhir/Patient/123> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Patient/123" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2015-11-01T17:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2015-11-01T18:00:14-05:00"^^xsd:dateTime ]
] ; #
fhir:location ( [
fhir:location [
fhir:link <http://example.org/someEHR/fhir/Location/hospital> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Location/hospital" ] ;
fhir:display [ fhir:v "Holy Family Hospital" ] ]
] ) . #
<http://example.org/someEHR/fhir/Location/hospital> a fhir:Location ;
fhir:id [ fhir:v "hospital"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>name</b>: Acme Clinic</p><p></p><p><b>address</b>: 3300 WASHTENAW AVE STE 227 AMHERST MA 01002 USA </p></div>"
] ; #
fhir:name [ fhir:v "Acme Clinic"] ; #
fhir:address [
( fhir:line [ fhir:v "3300 WASHTENAW AVE STE 227" ] ) ;
fhir:city [ fhir:v "AMHERST" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ] ;
fhir:country [ fhir:v "USA" ]
] ; #
fhir:managingOrganization [
fhir:link <http://example.org/someEHR/fhir/Organization/GHI> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Organization/GHI" ]
] . #
<urn:uuid:c81d99b6-caf9-4e01-8eda-0550a837def3> a fhir:Bundle ;
fhir:id [ fhir:v "c81d99b6-caf9-4e01-8eda-0550a837def3"] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://example.org/someEHR/fhir/r4/Coverage?patient=123&status=active"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/Coverage/COV1"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/Coverage/COV1> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ] ]
] ) . #
<http://example.org/someEHR/fhir/Coverage/COV1> a fhir:Coverage ;
fhir:id [ fhir:v "COV1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>identifier</b>: Member Number: 88800933501</p><p><b>status</b>: active</p><p><b>type</b>: PPO</p><p><b>subscriberId</b>: 888009335</p><p><b>beneficiary</b>: <a href=\"Patient-example.html\">Patient/example</a> " SHAW"</p><p><b>relationship</b>: Self</p><p><b>period</b>: 2020-01-01 --> (ongoing)</p><p><b>payor</b>: Acme Health Plan</p><blockquote><p><b>class</b></p><p><b>type</b>: An employee group</p><p><b>value</b>: xyz</p><p><b>name</b>: XYZ employee Group Plan</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: A specific suite of benefits.</p><p><b>value</b>: gold</p><p><b>name</b>: Acme Gold Plan</p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MB" ] ;
fhir:display [ fhir:v "Member Number" ] ] ) ] ;
fhir:system [ fhir:v "http://example.org/fhir/memberidentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "88800933501" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPO" ] ;
fhir:display [ fhir:v "preferred provider organization policy" ] ] ) ;
fhir:text [ fhir:v "PPO" ]
] ; #
fhir:subscriberId [ fhir:v "888009335"] ; #
fhir:beneficiary [
fhir:link <http://example.org/someEHR/fhir/Patient/123> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Patient/123" ]
] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ] ) ;
fhir:text [ fhir:v "Self" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2020-01-01"^^xsd:date ]
] ; #
fhir:payor ( [
fhir:link <http://example.org/someEHR/fhir/Organization/acme-payer> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Organization/acme-payer" ] ;
fhir:display [ fhir:v "Acme Health Plan" ]
] ) ; #
fhir:class ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "group" ] ;
fhir:display [ fhir:v "Group" ] ] ) ;
fhir:text [ fhir:v "An employee group" ] ] ;
fhir:value [ fhir:v "xyz" ] ;
fhir:name [ fhir:v "XYZ employee Group Plan" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "plan" ] ;
fhir:display [ fhir:v "Plan" ] ] ) ;
fhir:text [ fhir:v "A specific suite of benefits." ] ] ;
fhir:value [ fhir:v "gold" ] ;
fhir:name [ fhir:v "Acme Gold Plan" ]
] ) . #
<urn:uuid:ee0d8bb2-f7a1-4b53-bfff-902dd4513b07> a fhir:Bundle ;
fhir:id [ fhir:v "ee0d8bb2-f7a1-4b53-bfff-902dd4513b07"] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://example.org/someEHR/fhir/r4/PractitionerRole?_id=ABC,XYZ&_include=PractitionerRole:organization&_include=PractitionerRole:practitioner&_sort=_id"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/PractitionerRole/ABC"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/PractitionerRole/ABC> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ] ]
] [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/Practitioner/DEF"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/Practitioner/DEF> ) ;
fhir:search [
fhir:mode [ fhir:v "include" ] ]
] [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/PractitionerRole/XYZ"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/PractitionerRole/XYZ> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ] ]
] [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/Practitioner/TUV"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/Practitioner/TUV> ) ;
fhir:search [
fhir:mode [ fhir:v "include" ] ]
] [
fhir:fullUrl [ fhir:v "http://example.org/someEHR/fhir/Organization/GHI"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/someEHR/fhir/Organization/GHI> ) ;
fhir:search [
fhir:mode [ fhir:v "include" ] ]
] ) . #
<http://example.org/someEHR/fhir/PractitionerRole/ABC> a fhir:PractitionerRole ;
fhir:id [ fhir:v "ABC"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2016-02-29T23:52:32.387Z"^^xsd:dateTime ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Ronald Bone, Family medicine specialist at Acme Clinic</div>"
] ; #
fhir:practitioner [
fhir:link <http://example.org/someEHR/fhir/Practitioner/DEF> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Practitioner/DEF" ] ;
fhir:display [ fhir:v "Dr. Ronald Bone" ]
] ; #
fhir:organization [
fhir:link <http://example.org/someEHR/fhir/Organization/GHI> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Organization/GHI" ] ;
fhir:display [ fhir:v "Acme Clinic" ]
] ; #
fhir:code ( [
( fhir:coding [
a sct:62247001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "62247001" ] ;
fhir:display [ fhir:v "Family medicine specialist" ] ] [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "207Q00000X" ] ;
fhir:display [ fhir:v "Family Medicine Physician" ] ] )
] ) . #
<http://example.org/someEHR/fhir/Practitioner/DEF> a fhir:Practitioner ;
fhir:id [ fhir:v "DEF"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>identifier</b>: <a href=\"https://terminology.hl7.org/NamingSystem-npi.html\">United States National Provider Identifier (NPI)</a> 9941339100, id: 25456</p><p><b>name</b>: Ronald Bone </p><p><b>address</b>: 1003 HEALTHCARE DR AMHERST MA 01002 (WORK)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9941339100" ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-jurisdiction"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.usps.com/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MA" ] ] ) ;
fhir:text [ fhir:v "Massachusetts" ] ] ] ) ;
fhir:system [ fhir:v "http://www.acme.org/practitioners"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25456" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Bone" ] ;
( fhir:given [ fhir:v "Ronald" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "1003 HEALTHCARE DR" ] ) ;
fhir:city [ fhir:v "AMHERST" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ]
] ) . #
<http://example.org/someEHR/fhir/PractitionerRole/XYZ> a fhir:PractitionerRole ;
fhir:id [ fhir:v "XYZ"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2012-05-18T11:02:59.313Z"^^xsd:dateTime ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Carol Cardio, Cardiologist at Acme Clinic</div>"
] ; #
fhir:practitioner [
fhir:link <http://example.org/someEHR/fhir/Practitioner/TUV> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Practitioner/TUV" ] ;
fhir:display [ fhir:v "Dr. Carol Cardio" ]
] ; #
fhir:organization [
fhir:link <http://example.org/someEHR/fhir/Organization/GHI> ;
fhir:reference [ fhir:v "http://example.org/someEHR/fhir/Organization/GHI" ] ;
fhir:display [ fhir:v "Acme Clinic" ]
] ; #
fhir:code ( [
( fhir:coding [
a sct:17561000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17561000" ] ;
fhir:display [ fhir:v "Cardiologist" ] ] )
] ) . #
<http://example.org/someEHR/fhir/Practitioner/TUV> a fhir:Practitioner ;
fhir:id [ fhir:v "TUV"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>identifier</b>: <a href=\"https://terminology.hl7.org/NamingSystem-npi.html\">United States National Provider Identifier (NPI)</a> 9941339100, id: 25456</p><p><b>name</b>: Carol Cario </p><p><b>address</b>: 1003 HEALTHCARE DR AMHERST MA 01002 (WORK)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9941339027" ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-jurisdiction"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.usps.com/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MA" ] ] ) ;
fhir:text [ fhir:v "Massachusetts" ] ] ] ) ;
fhir:system [ fhir:v "http://www.acme.org/practitioners"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25456" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Cardio" ] ;
( fhir:given [ fhir:v "Carol" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "1003 HEALTHCARE DR" ] ) ;
fhir:city [ fhir:v "AMHERST" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ]
] ) . #
<http://example.org/someEHR/fhir/Organization/GHI> a fhir:Organization ;
fhir:id [ fhir:v "GHI"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>identifier</b>: <a href=\"https://terminology.hl7.org/NamingSystem-npi.html\">United States National Provider Identifier (NPI)</a> 1407071236, id: 121111111</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider</p><p><b>name</b>: Acme Clinic</p><p><b>telecom</b>: ph: (+1) 734-677-7777, <a href=\"mailto:customer-service@acme-clinic.org\">customer-service@acme-clinic.org</a></p><p><b>address</b>: 3300 WASHTENAW AVE STE 227 AMHERST MA 01002 USA </p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1407071236" ]
] [
fhir:system [ fhir:v "http://example.org/fhir/sid/us-tin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "121111111" ]
] ) ; #
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:name [ fhir:v "Acme Clinic"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 734-677-7777" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "customer-service@acme-clinic.org" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "3300 WASHTENAW AVE STE 227" ] ) ;
fhir:city [ fhir:v "AMHERST" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ] ;
fhir:country [ fhir:v "USA" ]
] ) . #
IG © 2019+ HL7 International / Financial Management. Package hl7.fhir.us.davinci-crd#2.1.0 based on FHIR 4.0.1. Generated 2024-11-20
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change