careMESH NPD
0.1.0 - ci-build United States of America flag

careMESH NPD - Local Development build (v0.1.0). See the Directory of published versions

: CaremeshHealthcareServiceExample - JSON Representation

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "CaremeshHealthcareServiceExample",
  "meta" : {
    "lastUpdated" : "2017-01-01T00:00:00Z",
    "profile" : [
      "http://fhir.caremesh.app/StructureDefinition/caremesh-HealthcareService"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"CaremeshHealthcareServiceExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource HealthcareService &quot;CaremeshHealthcareServiceExample&quot; Updated &quot;2017-01-01 00:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-caremesh-HealthcareService.html\">careMESH HealthcareService</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <span>: Troy Royal Family</span></p><p><b>category</b>: Emergency care <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-HealthcareServiceCategoryCS.html\">Healthcare Service Category</a>#emerg)</span></p><p><b>location</b>: <span>: Palace of Troy</span></p><p><b>telecom</b>: <a href=\"mailto:hector-at-troy@direct.example.com\">hector-at-troy@direct.example.com</a></p></div>"
  },
  "active" : true,
  "providedBy" : {
    "display" : "Troy Royal Family"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS",
          "code" : "emerg"
        }
      ]
    }
  ],
  "location" : [
    {
      "display" : "Palace of Troy"
    }
  ],
  "telecom" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "description",
              "valueString" : "Email Address"
            },
            {
              "url" : "validated",
              "valueBoolean" : true
            }
          ],
          "url" : "http://fhir.caremesh.app/StructureDefinition/caremesh-contact-point-description"
        }
      ],
      "system" : "email",
      "value" : "hector-at-troy@direct.example.com",
      "use" : "work",
      "rank" : 2
    }
  ]
}