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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypePatient
IdPatient-mni-patient-example1.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: Patient mni-patient-example1

Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)


Marital Status:Married
Other Id:urn:oid:2.16.756.5.32/7561234567897
Alt. Name:Anna Paola Meier (Name changed for Marriage)
Contact Detail
Languages:
  • German (Region=Switzerland) (preferred)
  • French
Contact:
  • Elisa Muster (Female)
  • Relationships:Emergency Contact, sister
  • Pfeffingerstrasse 19 Reinach 4153 CH (home)
  • ph: 0615617461(Home)
  • elisa.muster@sampledomain.ch
Employer:
Links:
Patient Citizenship:
  • code: Switzerland

Source1

{
  "resourceType": "Patient",
  "id": "mni-patient-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "CH"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "https://mysoftware.ch",
      "value": "123456"
    },
    {
      "system": "urn:oid:2.16.756.5.32",
      "value": "7561234567897"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Muster",
      "given": [
        "Anna",
        "Paola"
      ],
      "prefix": [
        "Dr. phil."
      ],
      "suffix": [
        "Jr."
      ]
    },
    {
      "use": "maiden",
      "family": "Meier",
      "given": [
        "Anna",
        "Paola"
      ],
      "prefix": [
        "Dr. phil."
      ],
      "suffix": [
        "Junior"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0615617461",
      "use": "home",
      "rank": 3
    },
    {
      "system": "phone",
      "value": "0615617462",
      "use": "mobile",
      "rank": 1
    },
    {
      "system": "email",
      "value": "anna.muster@sampledomain.ch",
      "use": "home",
      "rank": 2
    }
  ],
  "gender": "female",
  "birthDate": "1985-12-12",
  "address": [
    {
      "use": "home",
      "line": [
        "Pfeffingerstrasse 19"
      ],
      "city": "Reinach",
      "postalCode": "4153",
      "country": "CH"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "SIS",
              "display": "sister"
            }
          ]
        }
      ],
      "name": {
        "use": "usual",
        "family": "Muster",
        "given": [
          "Elisa"
        ],
        "prefix": [
          "Prof."
        ],
        "suffix": [
          "Jr."
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0615617461",
          "use": "home",
          "rank": 1
        },
        {
          "system": "email",
          "value": "elisa.muster@sampledomain.ch",
          "use": "home",
          "rank": 2
        }
      ],
      "address": {
        "use": "home",
        "line": [
          "Pfeffingerstrasse 19"
        ],
        "city": "Reinach",
        "postalCode": "4153",
        "country": "CH"
      },
      "gender": "female"
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "E",
              "display": "Employer"
            }
          ]
        }
      ],
      "organization": {
        "reference": "Organization/mni-organization-example1"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de-CH",
            "display": "German (Region=Switzerland)"
          }
        ]
      },
      "preferred": true
    },
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "fr",
            "display": "French"
          }
        ]
      },
      "preferred": false
    }
  ],
  "generalPractitioner": [
    {
      "reference": "PractitionerRole/mni-practitionerRole-example1"
    }
  ]
}