This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.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:Practitioner;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "practitioner-us-core-henry-seven"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "3" ];
fhir:Meta.lastUpdated [ fhir:value "2020-10-12T23:30:54.519+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#uayKJh0UHUoOujkz" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">practitioner-us-core-henry-seven</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">8</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-14T01:24:13.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org/fhir/sid/us-npi\">http://hl7.org/fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">9941339108</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">family</td>\n <td>\n <div title=\"family\">Henry</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">given</td>\n <td>\n <div title=\"given\">Seven</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">suffix</td>\n <td>\n <div title=\"suffix\">M.D.</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">henry.seven@example.com</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">BMass Doctors</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">2100 North Ave</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Burlington</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MA</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">02368</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">country</td>\n <td>\n <div title=\"country\">US</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Practitioner.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "9941339108" ]
];
fhir:Practitioner.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Henry" ];
fhir:HumanName.given [
fhir:value "Seven";
fhir:index 0 ];
fhir:HumanName.suffix [
fhir:value "M.D.";
fhir:index 0 ]
];
fhir:Practitioner.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "henry.seven@example.com" ]
];
fhir:Practitioner.address [
fhir:index 0;
fhir:Address.line [
fhir:value "BMass Doctors";
fhir:index 0 ], [
fhir:value "2100 North Ave";
fhir:index 1 ];
fhir:Address.city [ fhir:value "Burlington" ];
fhir:Address.state [ fhir:value "MA" ];
fhir:Address.postalCode [ fhir:value "02368" ];
fhir:Address.country [ fhir:value "US" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.