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

FHIR IG analytics

Packagepc.ig
Resource TypeBasic
IdBasic-concomitant-medication-example-1.json
FHIR VersionR4

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: Basic concomitant-medication-example-1

Concomitant episode ID relationship: Basic Concomitant disease episode

Medication: Antihypertensive treatment

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/concomitant-medication-id/CM0001

code: Concomitant medication


Source1

{
  "resourceType": "Basic",
  "id": "concomitant-medication-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/concomitant-medication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/concomitant-medication-episode-ref",
      "valueReference": {
        "reference": "Basic/concomitant-episode-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/concomitant-medication-code",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-medication-category",
            "code": "antihypertensive",
            "display": "Antihypertensive treatment"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/concomitant-medication-id",
      "value": "CM0001"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-medication-type",
        "code": "concomitant",
        "display": "Concomitant medication"
      }
    ]
  }
}