This page is part of the At-Home In-Vitro Test Report (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "practitioner-us-core-proctor",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-us-core-proctor</b></p><a name=\"practitioner-us-core-proctor\"> </a><a name=\"hcpractitioner-us-core-proctor\"> </a><a name=\"practitioner-us-core-proctor-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/9941339100</p><p><b>name</b>: Seven Henry </p><p><b>telecom</b>: <a href=\"mailto:henry.seven@example.com\">henry.seven@example.com</a></p><p><b>address</b>: BMass Doctors 2100 North Ave Burlington MA 02368 US </p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9941339100"
}
],
"name" : [
{
"family" : "Henry",
"given" : [
"Seven"
],
"suffix" : [
"M.D."
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "henry.seven@example.com"
}
],
"address" : [
{
"line" : [
"BMass Doctors",
"2100 North Ave"
],
"city" : "Burlington",
"state" : "MA",
"postalCode" : "02368",
"country" : "US"
}
]
}