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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeList
IdList-example0.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


Source1

{
  "resourceType": "List",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medlist"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:fbee41d4-4e98-11e9-8647-d663bd873d93"
    }
  ],
  "status": "current",
  "mode": "snapshot",
  "code": {
    "coding": [
      {
        "system": "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1",
        "code": "101.32009",
        "display": "Current Medicine"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0"
  },
  "date": "2019-02-08",
  "source": {
    "reference": "PractitionerRole/example3"
  },
  "entry": [
    {
      "flag": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/medicine-item-change",
            "code": "nochange"
          }
        ]
      },
      "item": {
        "reference": "MedicationStatement/example0"
      }
    },
    {
      "flag": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/medicine-item-change",
            "code": "nochange"
          }
        ]
      },
      "item": {
        "reference": "MedicationStatement/example1"
      }
    }
  ]
}