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

FHIR IG analytics

Packagech.fhir.ig.ch-epr-mhealth
Resource TypePatient
IdPatient-PatientPIXmFeed.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

Franz Muster male, DoB: 1995-01-27 ( Medical record number: 8734)


Other Id:id: 761337610000000002
Alt. Name:Muster
Links:
  • Managing Organization: id: 7601000201041

Source1

{
  "resourceType": "Patient",
  "id": "PatientPIXmFeed",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-patient-feed"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.16.756.888888.3.1",
      "value": "8734"
    },
    {
      "system": "urn:oid:2.16.756.5.30.1.127.3.10.3",
      "value": "761337610000000002"
    }
  ],
  "name": [
    {
      "family": "Muster",
      "given": [
        "Franz"
      ]
    },
    {
      "family": "Muster",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
            "valueCode": "BR"
          }
        ]
      }
    }
  ],
  "gender": "male",
  "birthDate": "1995-01-27",
  "managingOrganization": {
    "identifier": {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000201041"
    }
  }
}