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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeValueSet
Idvs-SourceOfComment.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "olis-SourceOfComment",
  "url": "http://terminology.hl7.org/ValueSet/v2-0105",
  "version": "1.0.0",
  "name": "SourceofComment",
  "status": "active",
  "publisher": "HL7, Inc",
  "description": "Concepts which are used to specify the source of a comment, as used in HL7 Version 2.x messaging in the NTE segment",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0105",
        "concept": [
          {
            "code": "L",
            "display": "Ancillary (filler) department is source of comment"
          },
          {
            "code": "P",
            "display": "Orderer (placer) is source of comment"
          },
          {
            "code": "O",
            "display": "Other system is source of comment"
          }
        ]
      }
    ]
  }
}