PACIO Sample Data Depot
0.1.0 - draft
PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "organization-centersForMedicareMedicaidServices-01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-centersForMedicareMedicaidServices-01</b></p><a name=\"organization-centersForMedicareMedicaidServices-01\"> </a><a name=\"hcorganization-centersForMedicareMedicaidServices-01\"> </a><p><b>active</b>: true</p><p><b>name</b>: Centers for Medicare & Medicaid Services</p><p><b>telecom</b>: ph: 877-267-2323, ph: 410-786-3000</p><p><b>address</b>: 7500 Security Boulevard, Baltimore, MD 21244-1850</p></div>"
},
"active" : true,
"name" : "Centers for Medicare & Medicaid Services",
"telecom" : [
{
"system" : "phone",
"value" : "877-267-2323"
},
{
"system" : "phone",
"value" : "410-786-3000"
}
],
"address" : [
{
"text" : "7500 Security Boulevard, Baltimore, MD 21244-1850",
"line" : [
"7500 Security Boulevard"
],
"city" : "Baltimore",
"state" : "MD",
"postalCode" : "21244-1850",
"country" : "US"
}
]
}