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

FHIR IG analytics

Packagehl7.fhir.uv.emedicinal-product-info
Resource TypeGroup
IdGroup-group-diflucan-adult.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: Group group-diflucan-adult

Profile: Group (ePI)

type: Person

membership: Definitional

name: Adults

Characteristics

-CodeValue[x]Exclude
*Age18-? yearsfalse

Source1

{
  "resourceType": "Group",
  "id": "group-diflucan-adult",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Group-uv-epi"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": "person",
  "membership": "definitional",
  "name": "Adults",
  "characteristic": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-group-characteristic-type",
            "code": "age",
            "display": "Age"
          }
        ]
      },
      "valueRange": {
        "low": {
          "value": 18,
          "unit": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      },
      "exclude": false
    }
  ]
}