FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Specimen |
| Id | Specimen-specimen-example-urine.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen specimen-example-urine
Profile: US Core Specimen Profile version: 9.0.0
accessionIdentifier: http://acme.com/labs/accession-ids/20220927-00125
type: Urine specimen
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
| Collected[x] |
| 2022-09-27 18:07:12+0000 |
| Type |
| 100mL Sterile Polycup |
{
"resourceType": "Specimen",
"id": "specimen-example-urine",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"accessionIdentifier": {
"system": "http://acme.com/labs/accession-ids",
"value": "20220927-00125"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "122575003",
"display": "Urine specimen"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "UR",
"display": "Urine"
}
]
},
"subject": {
"reference": "Patient/example"
},
"collection": {
"collectedDateTime": "2022-09-27T18:07:12Z"
},
"container": [
{
"type": {
"text": "100mL Sterile Polycup"
}
}
]
}