This page is part of the US Core (v6.1.0: STU6 Update) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: US Core Narrative Status - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "us-core-narrative-status",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-narrative-status.html\"><code>http://hl7.org/fhir/narrative-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-narrative-status.html#narrative-status-additional\">additional</a></td><td>additional</td><td>The contents of the narrative may contain additional information not found in the structured data. Note that there is no computable way to determine what the extra information is, other than by human inspection.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-narrative-status.html#narrative-status-generated\">generated</a></td><td>generated</td><td>The contents of the narrative are entirely generated from the core elements in the content.</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/core/ValueSet/us-core-narrative-status",
"version" : "6.1.0",
"name" : "NarrativeStatus",
"title" : "US Core Narrative Status",
"status" : "active",
"experimental" : false,
"date" : "2022-09-29",
"publisher" : "HL7 International - Cross-Group Projects",
"contact" : [
{
"name" : "HL7 International - Cross-Group Projects",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cgp"
},
{
"system" : "email",
"value" : "cgp@lists.HL7.org"
}
]
}
],
"description" : "The US Core Narrative Status Value Set limits the text status for the resource narrative.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/narrative-status",
"concept" : [
{
"code" : "additional",
"display" : "additional"
},
{
"code" : "generated",
"display" : "generated"
}
]
}
]
}
}