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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeOrganization
IdOrganization-Scen1OrgGoodhealth.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: Organization

Resource Organization "Scen1OrgGoodhealth"

identifier: http://example.org/organization/GH12345

active: true

type: Healthcare Provider (Organization type#prov)

name: Good Health Clinic

telecom: +1(555) 555-6789, info@goodhealthclinic.com

address: 456 Health Avenue Medicity NY 54321 USA


Source1

{
  "resourceType": "Organization",
  "id": "Scen1OrgGoodhealth",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/organization",
      "value": "GH12345"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ],
      "text": "Healthcare Provider"
    }
  ],
  "name": "Good Health Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "+1(555) 555-6789",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@goodhealthclinic.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "456 Health Avenue"
      ],
      "city": "Medicity",
      "state": "NY",
      "postalCode": "54321",
      "country": "USA"
    }
  ]
}