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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeList
IdList-aorta-datareference-example-migration.json
FHIR VersionR4B

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

VWI update because of practitioner migration

Source1

{
  "resourceType": "List",
  "id": "aorta-datareference-example-migration",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/aorta-DataReference"
    ],
    "tag": [
      {
        "code": "BEHEER",
        "system": "http://vzvz.nl/fhir/CodeSystem/aorta-datareference-update-reason"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "nl-vzvz-Device-contained-migration",
      "meta": {
        "profile": [
          "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device"
        ]
      },
      "identifier": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id",
          "value": "9000028"
        }
      ],
      "owner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "12345678"
        }
      }
    },
    {
      "resourceType": "Patient",
      "id": "nl-core-Patient-contained",
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient with name and partner name</div>"
      },
      "identifier": [
        {
          "system": "http://hl7.nl/fhir/NamingSystem/bsn",
          "value": "333444111"
        }
      ],
      "name": [
        {
          "given": [
            "Johanna",
            "Petronella",
            "Maria"
          ],
          "_given": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                  "valueCode": "BR"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                  "valueCode": "BR"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                  "valueCode": "BR"
                }
              ]
            }
          ],
          "use": "official",
          "text": "Johanna Petronella Maria (Jo) van Putten-van der Giessen",
          "family": "van Putten-van der Giessen",
          "_family": {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
                "valueString": "van"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                "valueString": "Putten"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix",
                "valueString": "van der"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
                "valueString": "Giessen"
              }
            ]
          }
        },
        {
          "given": [
            "Jo"
          ],
          "use": "usual"
        }
      ],
      "birthDate": "1934-04-28"
    }
  ],
  "subject": {
    "reference": "#nl-core-Patient-contained",
    "type": "Patient"
  },
  "source": {
    "reference": "#nl-vzvz-Device-contained-migration",
    "type": "Device"
  },
  "status": "current",
  "mode": "working",
  "code": {
    "coding": [
      {
        "code": "460320",
        "system": "urn:oid:2.16.840.1.113883.2.4.15.4",
        "display": "Huisarts Care Provision"
      }
    ]
  },
  "date": "2024-05-22T13:55:19+02:00",
  "emptyReason": {
    "coding": [
      {
        "code": "withheld",
        "system": "http://terminology.hl7.org/CodeSystem/list-empty-reason"
      }
    ]
  }
}