This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Organization",
"id" : "organization-rr-rules-authoring-agency-haw",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-rules-authoring-agency-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-rr-rules-authoring-agency-haw</b></p><a name=\"organization-rr-rules-authoring-agency-haw\"> </a><a name=\"hcorganization-rr-rules-authoring-agency-haw\"> </a><a name=\"organization-rr-rules-authoring-agency-haw-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/12341234</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.232 RR12}\">Rules Authoring Agency</span></p><p><b>name</b>: Health Authority West Rules Authoring Agency</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-3555\">+1-555-555-3555</a>, <a href=\"mailto:mail@healthauthoritywest.gov\">mail@healthauthoritywest.gov</a></p><p><b>address</b>: 7777 Health Authority Drive Ann Arbor MI 99999 </p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org.fhir/sid/us-npi",
"value" : "12341234"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.840.1.114222.4.5.232",
"code" : "RR12",
"display" : "Rules Authoring Agency"
}
]
}
],
"name" : "Health Authority West Rules Authoring Agency",
"telecom" : [
{
"system" : "phone",
"value" : "+1-555-555-3555"
},
{
"system" : "email",
"value" : "mail@healthauthoritywest.gov"
}
],
"address" : [
{
"line" : [
"7777 Health Authority Drive"
],
"city" : "Ann Arbor",
"state" : "MI",
"postalCode" : "99999"
}
]
}