Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Flag",
"id" : "flag-asl-interpreter",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "ASL Interpreter Accommodation Flag Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This example of a *US Core Flag Profile* illustrates a patient accommodation indicating that an American Sign Language (ASL) interpreter is needed at the point of care."
}
],
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-flag"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag flag-asl-interpreter</b></p><a name=\"flag-asl-interpreter\"> </a><a name=\"hcflag-asl-interpreter\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-flag.html\">US Core Flag Profile</a></p></div><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category accommodation}\">Reasonable accommodation</span></p><p><b>code</b>: <span title=\"Codes:\">American sign language interpreter required</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter</a></p></div>"
},
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code" : "accommodation"
}
],
"text" : "Reasonable accommodation"
}
],
"code" : {
"text" : "American sign language interpreter required"
},
"subject" : {
"reference" : "Patient/example",
"display" : "Amy V. Baxter"
}
}