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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypePatient
IdPatient-MonicaRambeau.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 MonicaRambeau

Mo Female, DoB: 2006-08-08


Alt. Name:Monica Rambeau (Official)
Contact:
  • Maria Rambeau
  • Relationships:Mother (MA Records), mother
Contact:
  • Frank Rambeau
  • Relationships:Father (FL Records), father
Individual Pronouns:
  • value: she/her/her/hers/herself
Individual Pronouns:
  • value: they/them/their/theirs/themselves
Individual Gender Identity:
  • value: Non-binary gender identity

Source1

{
  "resourceType": "Patient",
  "id": "MonicaRambeau",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "33791000087105",
                "display": "Non-binary gender identity"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "LA29519-8",
                "display": "she/her/her/hers/herself"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "LA29520-6",
                "display": "they/them/their/theirs/themselves"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Rambeau",
      "given": [
        "Monica"
      ]
    },
    {
      "use": "usual",
      "given": [
        "Mo"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2006-08-08",
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ],
          "text": "Mother (MA Records)"
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "MTH",
              "display": "mother"
            }
          ]
        }
      ],
      "name": {
        "family": "Rambeau",
        "given": [
          "Maria"
        ]
      }
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ],
          "text": "Father (FL Records)"
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "FTH",
              "display": "father"
            }
          ]
        }
      ],
      "name": {
        "family": "Rambeau",
        "given": [
          "Frank"
        ]
      }
    }
  ]
}