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

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra
Resource TypeOrganization
IdOrganization-ra-org01pat01.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 ra-org01pat01

active: true

type: Healthcare Provider

name: Community Urgent Care

telecom: ph: (+1) 555-555-4001, patient_question@CommunityUrgentCare.com

address: 1001 Village Avenue Ann Harbor MI 99999 USA


Source1

{
  "resourceType": "Organization",
  "id": "ra-org01pat01",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Organization: Community Urgent Care"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "Community Urgent Care is an Organization example, which is used for example Patient 01 data."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Community Urgent Care",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 555-555-4001"
    },
    {
      "system": "email",
      "value": "patient_question@CommunityUrgentCare.com"
    }
  ],
  "address": [
    {
      "line": [
        "1001 Village Avenue"
      ],
      "city": "Ann Harbor",
      "state": "MI",
      "postalCode": "99999",
      "country": "USA"
    }
  ]
}