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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypePatient
IdPatient-Scen2PatientJohansson.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

Nancy Johansson (OFFICIAL) male, DoB: 1960-05-15 ( Medical record number/123456 (use: USUAL))


Active:true
Contact Details:

Source1

{
  "resourceType": "Patient",
  "id": "Scen2PatientJohansson",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ],
        "text": "Medical record number"
      },
      "system": "http://goodCardio.example.org/identifiers/mrn",
      "value": "123456"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Johansson",
      "given": [
        "Nancy"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1 (555) 555-5555",
      "use": "home"
    },
    {
      "system": "email",
      "value": "nancy.johansson@example.org",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1960-05-15",
  "address": [
    {
      "use": "home",
      "line": [
        "123 Main St"
      ],
      "city": "Springfield",
      "state": "IL",
      "postalCode": "62701",
      "country": "USA"
    }
  ]
}