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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypePatient
IdPatient-patient-accommodation-asl.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: Patient patient-accommodation-asl

Daniel Carter (no stated gender), DoB: 1980-04-11 ( Medical Record Number: 1099001 (use: usual, ))


Active:true
Contact Detail
  • ph: 555-555-2200(Home)
  • 123 OAK ST EVERYTOWN OK 74047 US
US Core Accommodation Extension

Patient requires American Sign Language (ASL) interpreter at the point of care.

By Practitioner/practitioner-1 @2026-05-12

Source1

{
  "resourceType": "Patient",
  "id": "patient-accommodation-asl",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Patient With ASL Interpreter Accommodation Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core Patient Profile* illustrates the use of the US Core Accommodation Extension to record that the patient requires an American Sign Language (ASL) interpreter at the point of care."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-accommodation",
      "valueAnnotation": {
        "authorReference": {
          "reference": "Practitioner/practitioner-1",
          "display": "Dr Ronald Bone"
        },
        "time": "2026-05-12",
        "text": "Patient requires American Sign Language (ASL) interpreter at the point of care."
      }
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://example.org/patient/identifiers",
      "value": "1099001"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "family": "Carter",
      "given": [
        "Daniel"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-2200",
      "use": "home"
    }
  ],
  "birthDate": "1980-04-11",
  "address": [
    {
      "line": [
        "123 OAK ST"
      ],
      "city": "EVERYTOWN",
      "state": "OK",
      "postalCode": "74047",
      "country": "US"
    }
  ]
}