FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | ValueSet |
| Id | ValueSet-narrative-status.json |
| FHIR Version | R2 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "narrative-status",
"text": {
"status": "generated"
},
"url": "http://fhir.org/guides/argonaut/ValueSet/narrative-status",
"name": "Narrative Status",
"status": "draft",
"publisher": "Argonaut Project",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "http://argonautwiki.hl7.org",
"rank": 0
}
]
}
],
"date": "2016-10-18T00:00:00+11:00",
"description": "This value set limits the text status for the resource narrative.",
"immutable": false,
"copyright": "HL7",
"extensible": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/narrative-status",
"concept": [
{
"code": "additional",
"display": "additional"
},
{
"code": "generated",
"display": "generated"
}
]
}
]
}
}