FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Patient |
| Id | Patient-reproductive-health-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient reproductive-health-example
Profile: US Quality Core Patient
Example Reproductive Health Patient (official) Female, DoB: 1990-04-15 ( Medical Record Number: reproductive-health-example (use: usual, ))
| Active: | true | Deceased: | false | ||
| Contact Detail |
| ||||
| Language: | English (preferred) | ||||
| US Core Individual Sex Extension | SNOMED CT: 248152002 (Female (finding)) | ||||
| US Core Interpreter Needed Extension | SNOMED CT: 373067005 (No (qualifier value)) | ||||
{
"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
}
]
}