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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypePatient
IdPatient-reproductive-health-example.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 reproductive-health-example

Example Reproductive Health Patient (official) Female, DoB: 1990-04-15 ( Medical Record Number: reproductive-health-example (use: usual, ))


Active:trueDeceased:false
Contact Detail
Language:English (preferred)
US Core Individual Sex ExtensionSNOMED CT: 248152002 (Female (finding))
US Core Interpreter Needed ExtensionSNOMED CT: 373067005 (No (qualifier value))

Source1

{
  "resourceType": "Patient",
  "id": "reproductive-health-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-individual-sex",
      "valueCoding": {
        "system": "http://snomed.info/sct",
        "code": "248152002",
        "display": "Female (finding)"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-interpreter-needed",
      "valueCoding": {
        "system": "http://snomed.info/sct",
        "code": "373067005",
        "display": "No (qualifier value)"
      }
    }
  ],
  "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://example.org/patient/identifiers",
      "value": "reproductive-health-example"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Reproductive Health Patient",
      "given": [
        "Example"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-0142",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1990-04-15",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "400 Example Street"
      ],
      "city": "Example City",
      "state": "VA",
      "postalCode": "99999",
      "country": "US",
      "period": {
        "start": "2026-01-01"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      },
      "preferred": true
    }
  ]
}