0.2.2 - ci-build
FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "practitioner-susan-social",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-susan-social</b></p><a name=\"practitioner-susan-social\"> </a><a name=\"hcpractitioner-susan-social\"> </a><a name=\"practitioner-susan-social-en-US\"> </a><p><b>active</b>: true</p><p><b>name</b>: SUSAN SOCIAL </p><p><b>telecom</b>: ph: 555-555-8818(Home)</p><p><b>address</b>: 1235 Bay Ave. Boston MA 02101 US </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1972-09-04</p></div>"
},
"active" : true,
"name" : [
{
"family" : "SOCIAL",
"given" : [
"SUSAN"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "555-555-8818",
"use" : "home"
}
],
"address" : [
{
"line" : [
"1235 Bay Ave."
],
"city" : "Boston",
"state" : "MA",
"postalCode" : "02101",
"country" : "US"
}
],
"gender" : "female",
"birthDate" : "1972-09-04"
}