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

FHIR IG analytics

Packagejohnmoehrke.testlist.example
Resource TypeList
IdList-ex-List.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: List ex-List

Example List showing contained issue

Date: 2004-12-25 23:50:50-0500 Mode: Working List Status: Current
Subject: John Schmidt Other, DoB: 1923-07-25
Items

Contained Resource


Patient #ex-patient

John Schmidt Other, DoB: 1923-07-25


Contact DetailWI USA

Source1

{
  "resourceType": "List",
  "id": "ex-List",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "ex-patient",
      "name": [
        {
          "use": "usual",
          "family": "Schmidt",
          "given": [
            "John"
          ]
        },
        {
          "use": "old",
          "family": "Schnidt",
          "given": [
            "John",
            "Jacob",
            "Jingle",
            "Heimer"
          ],
          "period": {
            "end": "1960"
          }
        },
        {
          "use": "official",
          "family": "Schmidt",
          "given": [
            "John",
            "Jacob",
            "Jingleheimer"
          ],
          "period": {
            "start": "1960-01-01"
          }
        },
        {
          "use": "nickname",
          "family": "Schmidt",
          "given": [
            "Jack"
          ]
        }
      ],
      "gender": "other",
      "birthDate": "1923-07-25",
      "address": [
        {
          "state": "WI",
          "country": "USA"
        }
      ]
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.2.129.6.58.92.88337.4"
    },
    {
      "use": "usual",
      "system": "http://example.org/documents",
      "value": "23425234-23470"
    }
  ],
  "status": "current",
  "mode": "working",
  "title": "Example List showing contained issue",
  "subject": {
    "reference": "#ex-patient"
  },
  "date": "2004-12-25T23:50:50-05:00"
}