HL7 FHIR JP Core ImplementationGuide
1.3.0-dev - ci-build
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.3.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ObservationCervicalCytology",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_Pathology"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationCervicalCytology</b></p><a name=\"ObservationCervicalCytology\"> </a><a name=\"hcObservationCervicalCytology\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-observation-pathology.html\">JP Core Observation Pathology Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">laboratory</span>, <span title=\"Codes:{http://loinc.org LP7839-6}\">PATH</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 47527-7}\">Cervical cytology</span></p><p><b>subject</b>: <a href=\"Patient-PatientCervicalCytology.html\">由美 高橋 Female, DoB: 1980-11-25 ( 56789012)</a></p><p><b>effective</b>: 2024-02-21 10:00:00+0900</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 165084003}\">NILM(陰性)</span></p><p><b>specimen</b>: <a href=\"Specimen-SpecimenCervicalCytology.html\">Specimen: identifier = SP-2024-00567-CC; accessionIdentifier = PATH-2024-00567; status = available; type = Cytology specimen; receivedTime = 2024-02-20 10:00:00+0900</a></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"code" : "laboratory"
}
]
},
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LP7839-6"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "47527-7",
"display" : "Cervical cytology"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientCervicalCytology"
},
"effectiveDateTime" : "2024-02-21T10:00:00+09:00",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "165084003",
"display" : "Negative for intraepithelial lesion or malignancy"
}
],
"text" : "NILM(陰性)"
},
"specimen" : {
🔗 "reference" : "Specimen/SpecimenCervicalCytology"
}
}