FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeLocation
IdLocation-location-ics-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location location-ics-example

identifier: https://github.com/synthetichealth/synthea/location-ics-example

status: Active

name: Fitchburg Outpatient Clinic

type: Implementation Curated Site

telecom: ph: 978-342-9781 Or 978-342-9781

address: 881 Main Street Fitchburg MA 01420 US


Source1

{
  "resourceType": "Location",
  "id": "location-ics-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-location-1.0.2"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://github.com/synthetichealth/synthea",
      "value": "location-ics-example"
    }
  ],
  "status": "active",
  "name": "Fitchburg Outpatient Clinic",
  "type": [
    {
      "coding": [
        {
          "system": "http://deep6.ai/fhir/CodeSystem/deep-6-ai-ics",
          "code": "ICS"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "978-342-9781 Or 978-342-9781"
    }
  ],
  "address": {
    "line": [
      "881 Main Street"
    ],
    "city": "Fitchburg",
    "state": "MA",
    "postalCode": "01420",
    "country": "US"
  }
}