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

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypeClinicalUseDefinition
IdClinicalUseDefinition-example-bacterial-pharyngitis-indication.json
FHIR VersionR5

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: ClinicalUseDefinition example-bacterial-pharyngitis-indication

type: Indication

indication

DiseaseSymptomProcedures

-Concept
*Acute bacterial pharyngitis

Source1

{
  "resourceType": "ClinicalUseDefinition",
  "id": "example-bacterial-pharyngitis-indication",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/IndicationDefinition"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": "indication",
  "indication": {
    "diseaseSymptomProcedure": {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "195658003",
            "display": "Acute bacterial pharyngitis"
          }
        ]
      }
    }
  }
}